Main Content
plotroc
Plot receiver operating characteristic
Description
plotroc(
plots the receiver operating characteristic for each output class. The more each curve hugs
the left and top edges of the plot, the better the classification.targets
,outputs
)
Tip
plotroc
does not support categorical targets. To plot ROC
metrics for categorical targets, use rocmetrics
.
plotroc(targets1,outputs2,'name1',...)
generates multiple
plots.
Examples
Input Arguments
Version History
Introduced in R2008a