How to draw ROC for 6 algorithms

1 visualización (últimos 30 días)
SOLOMON Beyene
SOLOMON Beyene el 8 de Nov. de 2019
Comentada: SOLOMON Beyene el 9 de Nov. de 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 comentarios
darova
darova el 8 de Nov. de 2019
What is ROC curve?
SOLOMON Beyene
SOLOMON Beyene el 9 de Nov. de 2019
Receiver operating characteristic (ROC) curve

Iniciar sesión para comentar.

Respuestas (1)

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

Categorías

Más información sobre ROC - AUC en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by