Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ MK
Method
MK
libraries/GST/GST.cpp:212–215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
210
float GST::markedness() { return MK(); };
211
float GST::deltaP() { return MK(); };
212
float GST::MK()
213
{
214
return PPV() + NPV() - 1;
215
};
216
217
218
float GST::diagnosticOddsRatio() { return DOR(); };
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64