DF_perf {Dforest} | R Documentation |
performance evaluation between two factors
Description
performance evaluation between two factors
Usage
DF_perf(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]