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

Method getTestedNegative

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

Source from the content-addressed store, hash-verified

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

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64