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 | 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 |
verbose | Whether to print some more information during building the classifier. (default is off) |