algoMCC: Matthew's Correlation Coefficient (MCC)

Description Usage Arguments

Description

Compute the MCC given the confusion matrix.

Usage

1
algoMCC(tp, fn, fp, tn)

Arguments

tp

The number of true positive classifications.

fn

The number of false negative classifications.

fp

The number of false positive classifications.

tn

The number of true negative classifications.


topherconley/spacemap documentation built on May 31, 2019, 6:36 p.m.