ROCR::performanceAutoplot ROCR::performance
# S3 method for performance
autoplot(object, p = NULL, bins = 5, ...)ggplot
ROCR::performance instance
ggplot2::ggplot instances
If object represents a measure whose value is just a
scalar (e.g. performance(predObj, 'auc')), a histogram will be
plotted of this scalar's values for different runs. bins
is the number of bins for this histogram.
other arguments passed to methods