MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / FM

Method FM

libraries/GST/GST.cpp:197–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195
196float GST::FowlkesMallowsIndex() { return FM(); };
197float GST::FM()
198{
199 return sqrt(PPV()*TPR());
200};
201
202
203float GST::BookmakerInformedness() { return BM(); };

Callers 1

unittestFunction · 0.80

Calls 1

sqrtFunction · 0.85

Tested by 1

unittestFunction · 0.64