how to plot two ROC curve for compare two classifier?

Hi, i want compare output of two classifiers.
%t and t1 is target
%y is output of first classifier and y2 is output of second classifier
figure, plotroc(t,y),hold on,plotroc(t1,y1)

답변 (0개)

카테고리

도움말 센터File Exchange에서 ROC - AUC에 대해 자세히 알아보기

태그

질문:

2017년 1월 16일

Community Treasure Hunt

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

Start Hunting!

Translated by