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