mattcc: Compute Matthews Correlation Coefficient

Description Usage Arguments Value

Description

Given the true classes and predicted classes, compute Matthews Correlation Coefficient

Usage

1
mattcc(true_classes, predicted_classes)

Arguments

true_classes

A binary vector of classes that indicate the true classification of each point

predicted_classes

A binary vector of classes that indicate the predicted classification of each point

Value

The Matthews Correlation Coefficient for the given prediction/truth sets


PriceLab/FPML documentation built on May 28, 2019, 2:25 p.m.