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

Method getFalseNegative

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

Source from the content-addressed store, hash-verified

102float GST::getTrueNegative() { return TN; };
103float GST::getFalsePositive() { return FP; };
104float GST::getFalseNegative() { return FN; };
105
106float GST::getTotal() { return AP + AN; };
107float GST::getActualPositive() { return AP; };

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64