Issue | #Downvotes for this reason | By |
---|
W | weka.DecisionStump(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 | |
F | Number of folds for internal cross-validation. (default 0 -- no cross-validation) | default: 0 |
H | Shrinkage parameter. (default 1) | default: 1.0 |
I | Number of iterations. (default 10) | default: 10 |
L | Threshold on the improvement of the likelihood. (default -Double.MAX_VALUE) | default: -1.7976931348623157E308 |
P | Percentage of weight mass to base training on. (default 100, reduce to around 90 speed up) | default: 100 |
Q | Use resampling instead of reweighting for boosting. | |
R | Number of runs for internal cross-validation. (default 1) | default: 1 |
S | Random number seed. (default 1) | default: 1 |
W | Full name of base classifier. (default: weka.classifiers.trees.DecisionStump) | default: weka.classifiers.trees.DecisionStump |