I am having problem understanding how weka calculates ROC curves. As I am generating machine learning models by 4 methods-j48, random forest, naiive bayes and when i save the data for roc by each of them number of instances vary. for some there are only three instances or some like hundred. Should I not be getting almost same number of instances in all the cases irrespective of the model. I understand that ROC is plot of True positive rate vs. False positive rate but how does number of instances come into picture in weka.

Similar questions and discussions