MCPcopy 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
46void GST::setFalseNegative(float v)
47{
48 FN = v;
49 AP = TP + FN;
50};
51
52
53void GST::clearAll()

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64