MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / prevalence

Method prevalence

libraries/GST/GST.cpp:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162
163
164float GST::prevalence()
165{
166 return AP / (AP + AN);
167};
168
169
170float GST::accuracy()

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64