MCPcopy 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
32void GST::setTrueNegative(float v)
33{
34 TN = v;
35 AN = TN + FP;
36};
37
38
39void GST::setFalsePositive(float v)

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64