MCPcopy 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
146float GST::prevalenceThreshold()
147{
148 return sqrt(FPR()) / (sqrt(TPR()) + sqrt(FPR()));
149};
150
151
152float GST::threatScore()

Callers 1

unittestFunction · 0.80

Calls 1

sqrtFunction · 0.85

Tested by 1

unittestFunction · 0.64