Help using perfcurve function!!
Mostrar comentarios más antiguos
Hey everyone,
I have three groups of people normal ones, one with disease in its early stages and last one people with disease in its severe stages. And in each group I study 16 different features. In order to check the discriminatory performance of several features, I need to use area under the receiver operating characteristic curve. I don't know how can i translate my data to input arguments for the perfcurve function!! [X,Y,T,AUC,OPTROCPT,SUBY,SUBYNAMES] = perfcurve(labels,scores,posclass);
Any help will be appreciated.
1 comentario
Yasmin Tamimi
el 14 de Ag. de 2012
Editada: Yasmin Tamimi
el 14 de Ag. de 2012
Respuesta aceptada
Más respuestas (1)
Ilya
el 14 de Ag. de 2012
0 votos
This is a rather vague question. You might get more replies if you explain what approaches you are thinking about and what you have tried so far.
The three groups of people define the labels. You must choose one of these groups as your positive class. Scores typically represent model predictions. You could train a classifier, for instance, to separate the 3 classes and use its predictions.
A ROC curve is used for two classes (groups). I don't know what you mean when you say you need AUC for 3 groups.
1 comentario
Yasmin Tamimi
el 14 de Ag. de 2012
Categorías
Más información sobre Discriminant Analysis en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!