I implemented a classification project with naive bayes, svm and multilayer perceptron. for naive bayes, I did that with python and used macro average precision and recall to calculate the f-measure. But for the two other methods, I used weka. Now the question is, does weka use also macro precision and recall or does it use micro ones? (I need to know that because I want to compare the results of these three methods, so they should be same).

More Vahideh Torabi's questions See All
Similar questions and discussions