Can i tune the parameters of a classifier
Yes, you can do that with one of the following meta-classifiers:
weka.classifiers.meta.CVParameterSelectionweka.classifiers.meta.GridSearch(only developer version)weka.classifiers.meta.AutoWEKAClassifier(via external package)weka.classifiers.meta.MultiSearch(via external package)
See the Javadoc of the respective classifier or the Optimizing parameters article for more information.