Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ prevalenceThreshold
Method
prevalenceThreshold
libraries/GST/GST.cpp:146–149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
145
146
float GST::prevalenceThreshold()
147
{
148
return sqrt(FPR()) / (sqrt(TPR()) + sqrt(FPR()));
149
};
150
151
152
float GST::threatScore()
Callers
1
unittest
Function · 0.80
Calls
1
sqrt
Function · 0.85
Tested by
1
unittest
Function · 0.64