cal_MCC: Performance evaluation from other modeling algorithm Result

Description Usage Arguments Value

View source: R/DT_con.R

Description

Performance evaluation from other modeling algorithm Result

Usage

1
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


Dforest documentation built on May 2, 2019, 6:38 a.m.

Related to cal_MCC in Dforest...