MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / setTruePositive

Method setTruePositive

libraries/GST/GST.cpp:25–29  ·  view source on GitHub ↗

////////////////////////////////////////////////// INPUT FUNCTIONS

Source from the content-addressed store, hash-verified

23// INPUT FUNCTIONS
24//
25void GST::setTruePositive(float v)
26{
27 TP = v;
28 AP = TP + FN;
29};
30
31
32void GST::setTrueNegative(float v)

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64