Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ getFalsePositive
Method
getFalsePositive
libraries/GST/GST.cpp:103–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
float GST::getTruePositive() { return TP; };
102
float GST::getTrueNegative() { return TN; };
103
float GST::getFalsePositive() { return FP; };
104
float GST::getFalseNegative() { return FN; };
105
106
float GST::getTotal() { return AP + AN; };
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64