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

Method FPR

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

Source from the content-addressed store, hash-verified

121float GST::FNR() { return FN / AP; };
122float GST::falsePositiveRate() { return FPR(); };
123float GST::FPR() { return FP / AN; };
124
125
126///////////////////////////////////////////////////////

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64