search for: buildclassifi

Displaying 1 result from an estimated 1 matches for "buildclassifi".

Did you mean: buildclassifier
2012 Feb 09
1
Tr: Re: how to pass weka classifier options with a meta classifier in RWeka?
...? ? ?E="weka.attributeSelection.CfsSubsetEval", > ? ? ? ? ? ?S="weka.attributeSelection.BestFirst -D 1", > ? ? ? ? ? ?W="weka.classifiers.bayes.NaiveBayes -D")) > > But now, I get an error saying: > > Error in .jcall(classifier, "V", "buildClassifier", instances) : > ? java.lang.Exception: Can't find class called: > weka.classifiers.bayes.NaiveBayes -D > > indicating that the way I am passing the argument "-D" to the NaiveBayes > is incorrect. I am uncertain from the RWeka documentation how the > passing...