Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ F1Score
Method
F1Score
libraries/GST/GST.cpp:182–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
181
182
float GST::F1Score()
183
{
184
return (2 * TP) / (2 * TP + FP + FN);
185
};
186
187
188
float GST::MatthewsCorrelationCoefficient() { return MCC(); };
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64