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

Method FNR

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

Source from the content-addressed store, hash-verified

119float GST::TNR() { return TN / AN; };
120float GST::falseNegativeRate() { return FNR(); };
121float GST::FNR() { return FN / AP; };
122float GST::falsePositiveRate() { return FPR(); };
123float GST::FPR() { return FP / AN; };
124

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64