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

Method balancedAccuracy

libraries/GST/GST.cpp:176–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174
175
176float GST::balancedAccuracy()
177{
178 return (TPR() + TNR()) * 0.5;
179};
180
181
182float GST::F1Score()

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64