Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ BM
Method
BM
libraries/GST/GST.cpp:204–207 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
202
203
float GST::BookmakerInformedness() { return BM(); };
204
float GST::BM()
205
{
206
return TPR() + TNR() - 1;
207
};
208
209
210
float GST::markedness() { return MK(); };
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64