Description Usage Arguments Value See Also
Calculates confusion matrix and ROC statistics comparing the results of the fitted models to the observed groups.
1 | performance.stats(pred, obs)
|
pred |
vector of groups predicted by a fitted classification model |
obs |
vector of groups from the original dataset |
Returns confusion matrix and ROC performance statistics including Accuracy, Kappa, ROC.AUC, Sensitivity, Specificity, Positive Predictive Value, and Negative Predictive Value
caret function confusionMatrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.