Issue | #Downvotes for this reason | By |
---|
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 |
w | windowSize: The window size over which Online Performance Estimation is done. | default: 1000 |