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

Method getTruePositive

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

////////////////////////////////////////////////// OUTPUT FUNCTIONS I

Source from the content-addressed store, hash-verified

99// OUTPUT FUNCTIONS I
100//
101float GST::getTruePositive() { return TP; };
102float GST::getTrueNegative() { return TN; };
103float GST::getFalsePositive() { return FP; };
104float GST::getFalseNegative() { return FN; };

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64