i want to apply multi classifiers in weka.example i will apply naive bayes on the data set and on the results i need to apply decision tree.can any one help in this regard
You would simply need to store the results of the predictions of Naive Bayes in an arff file and use that in Decision Tree , If I have understood your requirement correctly.