Issue | #Downvotes for this reason | By |
---|
B | weka.DecisionTable_BestFirst(4) | Full class name of classifier to include, followed by scheme options. May be specified multiple times. (default: "weka.classifiers.rules.ZeroR") |
-do-not-check-capabilities | If set, classifier capabilities are not checked before classifier is built (use with caution). | |
B | Full class name of classifier to include, followed by scheme options. May be specified multiple times. (default: "weka.classifiers.rules.ZeroR") | default: weka.classifiers.rules.DecisionTable |
M | Full name of meta classifier, followed by options. (default: "weka.classifiers.rules.Zero") | default: true |
S | Random number seed. (default 1) | default: 1 |
X | Sets the number of cross-validation folds. | default: 10 |
num-slots | Number of execution slots. (default 1 - i.e. no parallelism) | default: 1 |
output-debug-info | If set, classifier is run in debug mode and may output additional info to the console |