Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
170
float GST::accuracy()
171
{
172
return (TP + TN) / (AP + AN);
173
};
174
175
176
float GST::balancedAccuracy()
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64