Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ setFalsePositive
Method
setFalsePositive
libraries/GST/GST.cpp:39–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
38
39
void GST::setFalsePositive(float v)
40
{
41
FP = v;
42
AN = TN + FP;
43
};
44
45
46
void GST::setFalseNegative(float v)
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64