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

Method TNR

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

Source from the content-addressed store, hash-verified

117float GST::TPR() { return TP / AP; };
118float GST::trueNegativeRate() { return TNR(); };
119float GST::TNR() { return TN / AN; };
120float GST::falseNegativeRate() { return FNR(); };
121float GST::FNR() { return FN / AP; };
122float GST::falsePositiveRate() { return FPR(); };

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64