cal_MCC {Dforest}R Documentation

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


[Package Dforest version 0.4.2 Index]