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