MCPcopy 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
203float GST::BookmakerInformedness() { return BM(); };
204float GST::BM()
205{
206 return TPR() + TNR() - 1;
207};
208
209
210float GST::markedness() { return MK(); };

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64