sdt-metrics logo

Previous topic

precision

Next topic

f1

This Page

recall

Download [hi-res] [pdf]

recall__lores.png
class sdt_metrics.recall(methodname, add_prob_method=False)

recall

Note

This metric cannot be calculated from probabilities

sdt.recall() <==> sdt.sensitivity()

classmethod direct(*args)

Calculates metric based on hit, miss, correct rejection, and false alarm counts

classmethod __call__(*args)

based on the number of args and the availability of .prob routes call to appropriate method.