Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
176
float GST::balancedAccuracy()
177
{
178
return (TPR() + TNR()) * 0.5;
179
};
180
181
182
float GST::F1Score()
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64