Effacer les filtres
Effacer les filtres

How to plot roc curve for multi class?

6 vues (au cours des 30 derniers jours)
tejasvee
tejasvee le 30 Juin 2017
I have 3 classes and i want to plot roc curve for my classifier. But by using plotroc it is plotting only for binary class. I can't understand how to plot for multi class.

Réponses (1)

Jagadeeswararao Annam
Jagadeeswararao Annam le 2 Déc 2017
ROC curve is done for binary classification. For Multi-class you have to create 3 one-vs-rest binary classifications on data taking positive samples as 1 and negative samples as -1.

Catégories

En savoir plus sur ROC - AUC dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by