Displaying 1 result from an estimated 1 matches for "geneticsearch".
2009 Dec 01
2
problem with RWeka Weka_control RandomForest
...am finding trouble trying to guild a Wrapper using random forest to
evaluate the subsets:
I do:
nombi <-
make_Weka_filter("weka/filters/supervised/attribute/AttributeSelection")
datbin<- nombi(gene ~., data=X1X2X4X5W, control =Weka_control(
S=list("weka.attributeSelection.GeneticSearch"),
E=list("weka.attributeSelection.WrapperSubsetEval"),B =
list("weka.classifiers.trees.RandomForest")))
I get the following error:
Exception in thread "main" java.lang.Exception: Illegal options: -B
weka.classifiers.trees.RandomForest
at weka.core.Util...