From confusion matrix to ROC graph

asked 2013-03-26 17:05:58 -0600

Shin gravatar image

updated 2013-03-26 17:16:29 -0600

Hello there, i recently implemented a Bag of Words categorization algorithm based on the one described in this paper http://217.109.185.161/layout/set/print/content/download/20785/148346/file/2004_010.pdf.

All works well, but i'd like to measure accuracies of the classifiers using ROC curves or, perhaps, precision-recall graphs.

I can easily get the confusion matrix for each of the classifiers but i don't know what parameter i should change to get more points and actually plot the curves.

Could someone please explain this to me?

edit retag flag offensive close merge delete