Learn R Programming

mccf1 (version 1.1)

Creates the MCC-F1 Curve and Calculates the MCC-F1 Metric and the Best Threshold

Description

The MCC-F1 analysis is a method to evaluate the performance of binary classifications. The MCC-F1 curve is more reliable than the Receiver Operating Characteristic (ROC) curve and the Precision-Recall (PR)curve under imbalanced ground truth. The MCC-F1 analysis also provides the MCC-F1 metric that integrates classifier performance over varying thresholds, and the best threshold of binary classification.

Copy Link

Version

Install

install.packages('mccf1')

Monthly Downloads

133

Version

1.1

License

GPL (>= 2)

Maintainer

Chang Cao

Last Published

November 11th, 2019

Functions in mccf1 (1.1)

autoplot.mccf1

Plot the MCC-F1 curve
summary.mccf1

Summarize the the performance of a binary classification using MCC-F1 metric and the best threshold
mccf1

Perform MCCF1 analysis