Description Usage Arguments Author(s)
View source: R/confusionMatrix_metrics.R
Get values of a confusion matrix and some confusion-matrix-derived metrics (Note: this is a sub-function that shouldn't have to be used by package users)
1 | confusionMatrix_metrics(cumSums, rankings = seq_along(cumSums), total = length(cumSums), seed = 102)
|
cumSums |
Cumulative sums |
rankings |
Rankings of the Cumulative sums |
total |
Total numbers of cumulative sums |
seed |
The random seed number |
Peter I-Fan Wu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.