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