How to draw ROC for 6 algorithms

1 view (last 30 days)
SOLOMON Beyene
SOLOMON Beyene on 8 Nov 2019
Commented: SOLOMON Beyene on 9 Nov 2019
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 Comments
darova
darova on 8 Nov 2019
What is ROC curve?
SOLOMON Beyene
SOLOMON Beyene on 9 Nov 2019
Receiver operating characteristic (ROC) curve

Sign in to comment.

Answers (1)

KALYAN ACHARJYA
KALYAN ACHARJYA on 8 Nov 2019
Edited: KALYAN ACHARJYA on 8 Nov 2019
See here to draw ROC
%Draw the ROC of individual algo
hold on;

Categories

Find more on ROC - AUC in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!