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

Method TPR

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

Source from the content-addressed store, hash-verified

115
116float GST::truePositiveRate() { return TPR(); };
117float GST::TPR() { return TP / AP; };
118float GST::trueNegativeRate() { return TNR(); };
119float GST::TNR() { return TN / AN; };
120float GST::falseNegativeRate() { return FNR(); };

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64