Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
135
float GST::FDR() { return FP / (TP + FP); };
136
float GST::falseOmissionRate() { return FOR(); };
137
float GST::FOR() { return FN / (TN + FN); };
138
139
140
float GST::positiveLikelihoodRatio() { return LRplus(); };
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64