DF_acc: Performance evaluation from Decision Tree Predictions

Description Usage Arguments Value

Description

Performance evaluation from Decision Tree Predictions

Usage

1
DF_acc(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 DF_acc in Dforest...