Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ FM
Method
FM
libraries/GST/GST.cpp:197–200 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
195
196
float GST::FowlkesMallowsIndex() { return FM(); };
197
float GST::FM()
198
{
199
return sqrt(PPV()*TPR());
200
};
201
202
203
float GST::BookmakerInformedness() { return BM(); };
Callers
1
unittest
Function · 0.80
Calls
1
sqrt
Function · 0.85
Tested by
1
unittest
Function · 0.64