7 Jan 2004 23:11
Cross validation and getCurve()
Hongyu Guo <hguo028 <at> site.uottawa.ca>
2004-01-07 22:11:56 GMT
2004-01-07 22:11:56 GMT
Hi all,
I have the following question when I am using Weka for my Project:
I use the cross validation to do the evaluation:
Evaluation evaluation = new Evaluation(trainInstances);
evaluation.crossValidateModel(scheme, testInstances,10);
I don't know how to get the Prediction data from the above evaluation
variable for the getCurve() function to do the ROC analysis. Do I need to run the
getCVPredictions() again to get the Prediction for the getCurve() function?
Could anyone help me out?
Appreciate your help!
Hongyu Guo
Intelligent Data
RSS Feed