help with roc curves and auc
i am new to matlab.. can anyone help me in classifying a simple dataset... I am using this as an oppurtunity to learn... I need to plot ROC curves and find area under the curve too.. can anyone help me.. i can send the data set..
0
Comments
Also, you're asking for a pretty broad scope of information. Saying "I need to learn to classify data" is basically one or two college courses.
It would help to know what the dataset is and what you're trying to classify about it.
http://archive.ics.uci.edu/ml/machine-learning-databases/wine/wine.data
the above link has the data set in which the first column is the class and the rest 13 are attributes... I'm taking this as an example with which i need to plot ROC curves. I understand the concept in choosing threshold and calculating true positives,false positives,true negatives,false negatives, sensitivity,specificity. however, I am finding it difficult to plot the same in matlab. Can you help me plot ROC curve?