Issue | #Downvotes for this reason | By |
---|
m | moa.kNNwithPAW(1) | metalearner: The meta-learner learning how to weight the votes |
b | baseClassifiers: The classifiers the ensemble consists of. | default: bayes.NaiveBayes,functions.Perceptron,functions.SGD,functions.SPegasos,lazy.kNN,rules.RuleClassifier,trees.HoeffdingAdaptiveTree,trees.HoeffdingTree,trees.HoeffdingOptionTree,trees.RandomHoeffdingTree |
c | cascade: Also passes on the base-features to the meta-classifier | default: false |
h | hardvotes: Uses hard votes instead of probabilities per classifier. | default: false |
m | metalearner: The meta-learner learning how to weight the votes | default: trees.HoeffdingTree |