Issue | #Downvotes for this reason | By |
---|
W | weka.IBk(1) | Full name of base classifier. (default: weka.classifiers.trees.DecisionStump) |
D | If set, classifier is run in debug mode and may output additional info to the console | |
I | Number of iterations. (default 10) | default: 10 |
P | Percentage of weight mass to base training on. (default 100, reduce to around 90 speed up) | default: 100 |
Q | Use resampling for boosting. | |
S | Random number seed. (default 1) | default: 1 |
W | Full name of base classifier. (default: weka.classifiers.trees.DecisionStump) | default: weka.classifiers.lazy.IBk |