auc roc curve for multi-class model code example
Example: multiclass.roc plot title
for (contrast in names(e$rocs)) {
plot(e$rocs[[contrast]][[1]], col = "green", main = contrast)
plot(e$rocs[[contrast]][[2]], col = "blue", add = TRUE)
}
for (contrast in names(e$rocs)) {
plot(e$rocs[[contrast]][[1]], col = "green", main = contrast)
plot(e$rocs[[contrast]][[2]], col = "blue", add = TRUE)
}