Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ setFalseNegative
Method
setFalseNegative
libraries/GST/GST.cpp:46–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
45
46
void GST::setFalseNegative(float v)
47
{
48
FN = v;
49
AP = TP + FN;
50
};
51
52
53
void GST::clearAll()
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64