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

Method getActualPositive

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

Source from the content-addressed store, hash-verified

105
106float GST::getTotal() { return AP + AN; };
107float GST::getActualPositive() { return AP; };
108float GST::getActualNegative() { return AN; };
109float GST::getTestedPositive() { return TP + FP; };
110float GST::getTestedNegative() { return TN + FN; };

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64