필터 지우기
필터 지우기

How can i Plot ROC for more than 1 classifier?

조회 수: 2 (최근 30일)
Mariam Sheha
Mariam Sheha 2014년 2월 8일
답변: Image Analyst 2014년 2월 16일
Hi every body:
I'd like to ask if i have classifiers result as follow and i want to represent it on ROC, what can i do??
Class TP FP
ANN 32 8
SVM1 38 2
SVM2 30 10
KNN 35 5
I am trying to use that relation but i don't know how to place my data?
[X,Y,T,AUC] = perfcurve(labels,scores,posclass)
Can anybody please help me through that issue... Thanks a lot

답변 (1개)

Image Analyst
Image Analyst 2014년 2월 16일
Use separate axes, or if you want the curves all on one axes, then call hold on after you plot the first one.

카테고리

Help CenterFile Exchange에서 Detection에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by