MCPcopy 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
39void GST::setFalsePositive(float v)
40{
41 FP = v;
42 AN = TN + FP;
43};
44
45
46void GST::setFalseNegative(float v)

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64