Description Usage Arguments Value
Plots the classification statistics (e.g. true positive rate, true negative rate) as a line plot.
1 2 3 4 5 6 7 8 9 |
metrics |
A character vector of the desired statistics. Multiple metrics can be specified. |
title |
User specified plot title. If unspecified, the plot title defaults to the names of the statistics chosen. |
show.intersection |
Show the intersection of 2 performance metrics. |
intersection.only |
Only return the intersection value (cutoff value) |
legend.in.plot |
Put legend within plot area? |
m |
A matrix or data frame with each row being a confusion matrix. The output of confusionMatrix(probs.predicted, logicals.expected, cutoff = 'all') |
Returns a ggplot2 line plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.