Issue | #Downvotes for this reason | By |
---|
W | weka.DecisionStump(5) | Full name of base classifier. (default: weka.classifiers.trees.DecisionStump) |
-do-not-check-capabilities | If set, classifier capabilities are not checked before classifier is built (use with caution). | |
C | Minimum size of chunks. (default 500) | default: 500 |
M | Maximum size of chunks. (default 2000) | default: 2000 |
P | Committee pruning to perform. 0=none, 1=log likelihood (default) | default: 1 |
Q | Use resampling for boosting. | |
S | Random number seed. (default 1) | default: 1 |
V | Size of validation set. (default 1000) | default: 1000 |
W | Full name of base classifier. (default: weka.classifiers.trees.DecisionStump) | default: weka.classifiers.trees.DecisionStump |
num-decimal-places | The number of decimal places for the output of numbers in the model (default 2). | |
output-debug-info | If set, classifier is run in debug mode and may output additional info to the console |