Description Usage Arguments Value
View source: R/confusionMatrix.R
DEPRECATED; DO NOT USE
1 | confusionMatrixMC(predicted, expected, cutoff = "all", neg.response = NULL)
|
predicted |
A matrix or data frame containing the prediction probabilities of each class in each column. |
expected |
A character vector of response labels. |
cutoff |
A single or vector of classification cutoffs ranging from 0 to 1 |
neg.response |
The names of the negative response(s). These classes will be excluded from the calculations. |
A vector or matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.