sdt-metrics logo

Previous topic

loglinear_bppd

Next topic

ppv

This Page

mcc

Download [hi-res] [pdf]

mcc__lores.png
class sdt_metrics.mcc(methodname, add_prob_method=False)

Matthews [1] correlation coefficient

[1]Matthews, B.W. (1975). Comparison of the predicted and observed secondary structure of T4 phage lysozyme. Biochim. Biophys. Acta, 405, 442-451.
classmethod direct(*args)

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

static prob(*args)

Calculates metric based on hit rate and false alarm rate

classmethod __call__(*args)

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