Learn R Programming

Dforest (version 0.4.2)

cal_MCC: Performance evaluation from other modeling algorithm Result

Description

Performance evaluation from other modeling algorithm Result

Usage

cal_MCC(pred, label)

Arguments

pred

Predictions

label

Known-endpoint

Value

result$ACC: Predicting Accuracy

result$MIS: MisClassfication Counts

result$MCC: Matthew's Correlation Coefficients

result$bACC: balanced Accuracy