필터 지우기
필터 지우기

How to draw ROC for 6 algorithms

조회 수: 4 (최근 30일)
SOLOMON Beyene
SOLOMON Beyene 2019년 11월 8일
댓글: SOLOMON Beyene 2019년 11월 9일
I want to draw ROC curve for 6 algorithms(IBK,RF,ANN,KNN,J48,NB)
I have csv file with multclass..coulum contain features and rows contain class.
I am new user of Matlab ,can anyone help me how to load and draw in matlab
  댓글 수: 2
darova
darova 2019년 11월 8일
What is ROC curve?
SOLOMON Beyene
SOLOMON Beyene 2019년 11월 9일
Receiver operating characteristic (ROC) curve

댓글을 달려면 로그인하십시오.

답변 (1개)

KALYAN ACHARJYA
KALYAN ACHARJYA 2019년 11월 8일
편집: KALYAN ACHARJYA 2019년 11월 8일
See here to draw ROC
%Draw the ROC of individual algo
hold on;

카테고리

Help CenterFile Exchange에서 ROC - AUC에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by