sdt-metrics logo

Previous topic

fdr

Next topic

precision

This Page

sensitivity

Download [hi-res] [pdf]

sensitivity__lores.png
class sdt_metrics.sensitivity(methodname, add_prob_method=False)

sensitivity: TP / (TP + FN)

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.