[Compute AUC of a ROC Function]
이전 댓글 표시
Hi all,
I'm working to a classifier in which are presente 3 classes.
Now, I can plot ROC function through this:
figure, plotroc(targets,outputs)
h=gcf;
set(h, prop, valori);
print(h, '-dpdf', '-r300', strcat(folder_name,'\Roc.pdf'));
close all;
I would like to compute the AUC of this picture, Can you help me?
Thanks
Enrico
답변 (2개)
Ilya
2012년 12월 21일
0 개 추천
If you have Statistics Toolbox, the perfcurve function can compute AUC.
You mention that you have 3 classes. I am guessing this means you get 3 ROC curves. You can then compute 3 AUC values, one per curve.
Misha
2014년 4월 16일
0 개 추천
I am having the same query of how to compute AUC of ROC curve plotted with plotROC function. If u got the answer can u please help me with the same.
카테고리
도움말 센터 및 File Exchange에서 ROC - AUC에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!