Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ TPR
Method
TPR
libraries/GST/GST.cpp:117–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
116
float GST::truePositiveRate() { return TPR(); };
117
float GST::TPR() { return TP / AP; };
118
float GST::trueNegativeRate() { return TNR(); };
119
float GST::TNR() { return TN / AN; };
120
float GST::falseNegativeRate() { return FNR(); };
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64