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). | |
F | The number of folds for splitting the training set into smaller chunks for the base classifier. (default 10) | default: 10 |
S | Random number seed. (default 1) | default: 1 |
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 | |
verbose | Whether to print some more information during building the classifier. (default is off) |