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

Method FOR

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

Source from the content-addressed store, hash-verified

135float GST::FDR() { return FP / (TP + FP); };
136float GST::falseOmissionRate() { return FOR(); };
137float GST::FOR() { return FN / (TN + FN); };
138
139
140float GST::positiveLikelihoodRatio() { return LRplus(); };

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64