ROC Curve with 3 classes
이전 댓글 표시
Hello,
I have a data set that looks like this:

the classifier can classify 3 classes (1,2,3). There are 300 values in each of the predictions (machine) and 300 values in the targets (manual) How can I turn it into a ROC curve in Matlab with all 3 classes?
Thanks in advance
답변 (1개)
the cyclist
2021년 2월 7일
편집: the cyclist
2021년 2월 7일
0 개 추천
Extending the concept of the ROC curve from a binary classification to multiclass classification is non-trivial. I had never heard of someone trying to do it before.
I found this paper by Hand & Till, which is implemented in this R package. The documentation of that package states, "A multiclass AUC is a mean of several auc and cannot be plotted."
You'll need to think carefully about what you are trying to learn from such an ROC curve. Alternative that might still be informative are pairwise comparison of each class, or one class vs. the other two.
카테고리
도움말 센터 및 File Exchange에서 ROC - AUC에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!