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

Method accuracy

libraries/GST/GST.cpp:170–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168
169
170float GST::accuracy()
171{
172 return (TP + TN) / (AP + AN);
173};
174
175
176float GST::balancedAccuracy()

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64