Issue | #Downvotes for this reason | By |
---|
a | alpha: The fading factor. | default: 0.99 |
b | baseClassifiers: The classifiers the ensemble consists of. | default: bayes.NaiveBayes,functions.Perceptron,functions.SGD,lazy.kNN,trees.HoeffdingTree |
g | gracePeriod: How many instances before we reevalate the best classifier | default: 1 |
k | activeClassifiers: The number of active classifiers (used for voting) | default: 1 |
p | weightClassifiers: Uses online performance estimation to weight the classifiers | default: false |