Comment 1 for bug 254448

Revision history for this message
andrew (andrew-j-matheny) wrote :

finding out which classifiers are compatible via reflection was harder than originally thought. I built a hard-coded list and am using this. Here are the classifiers I found to be compatible.

weka.classifiers.bayes.BayesNet
weka.classifiers.bayes.DMNBtext
weka.classifiers.bayes.NaiveBayes
weka.classifiers.bayes.NaiveBayesMultinomial
weka.classifiers.bayes.NaiveBayesMultinomialUpdateable
weka.classifiers.lazy.IBk
weka.classifiers.lazy.KStar
weka.classifiers.lazy.LWL
weka.classifiers.misc.HyperPipes
weka.classifiers.misc.VFI
weka.classifiers.rules.ConjunctiveRule
weka.classifiers.rules.DecisionTable
weka.classifiers.rules.JRip
weka.classifiers.rules.PART
weka.classifiers.rules.ZeroR
weka.classifiers.trees.DecisionStump
weka.classifiers.trees.J48
weka.classifiers.trees.J48graft
weka.classifiers.trees.RandomForest
weka.classifiers.trees.RandomTree
weka.classifiers.trees.REPTree
weka.classifiers.trees.SimpleCart