MCPcopy Create free account
hub / github.com/FastLED/FastLED / recall

Method recall

tests/fl/audio/detector/downbeat.hpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 float recall() const {
56 int actual = truePositives + falseNegatives;
57 return actual > 0 ? static_cast<float>(truePositives) / actual : 0.0f;
58 }
59
60 float f1Score() const {
61 float p = precision();

Callers 1

downbeat.hppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected