We are implementing Ant Miner algorithm in Weka. This algorithm finds the list of best rules after each cross validation. We have to show result of each cross validation on Weka classifier output. By overriding "toString()" method it shows result for 1st cross validation only. So how to show result for 10-fold cross validations?(Note:Simply calling "toString()" method 10 times doesn't help at all)

More Omkar Kulkarni's questions See All
Similar questions and discussions