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

Method sensitivity

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

Source from the content-addressed store, hash-verified

110float GST::getTestedNegative() { return TN + FN; };
111
112float GST::sensitivity() { return TPR(); };
113float GST::specificity() { return TNR(); };
114
115

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64