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

Method getTestedPositive

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

Source from the content-addressed store, hash-verified

107float GST::getActualPositive() { return AP; };
108float GST::getActualNegative() { return AN; };
109float GST::getTestedPositive() { return TP + FP; };
110float GST::getTestedNegative() { return TN + FN; };
111
112float GST::sensitivity() { return TPR(); };

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64