DEVELOPMENT...
Issue | #Downvotes for this reason | By |
---|
B | weka.REPTree(15) | 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.trees.REPTree |
S | Random number seed. (default 1) | default: 1 |
X | Use cross validation for model selection using the given number of folds. (default 0, is to use training error) | default: 0 |
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 |