comp_class_stats | R Documentation |
Those internally utilized functions compute:
comp_class_stats()
: average class assignment probability and
Brier scores for the outcome classes.
comp_class_roc()
: accuracy, sensitivity, specificity, recall etc.
for each of the class compared with the rest.
comp_class_stats(predx_object)
comp_class_roc(predx_object)
predx_object |
a |
For regression, NULL is returned with a warning.
comp_class_roc()
uses multiClassSummary
.
a data frame with columns representing the requested statistics for particular classes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.