Issue | #Downvotes for this reason | By |
---|
W | weka.ZeroR(2) | Full name of base classifier. (default: weka.classifiers.rules.ZeroR) |
-do-not-check-capabilities | If set, classifier capabilities are not checked before classifier is built (use with caution). | |
P | Classifier parameter options. eg: "N 1 5 10" Sets an optimisation parameter for the classifier with name -N, with lower bound 1, upper bound 5, and 10 optimisation steps. The upper bound may be the character 'A' or 'I' to substitute the number of attributes or instances in the training data, respectively. This parameter may be supplied more than once to optimise over several classifier options simultaneously. | |
S | Random number seed. (default 1) | default: 1 |
W | Full name of base classifier. (default: weka.classifiers.rules.ZeroR) | default: weka.classifiers.rules.ZeroR |
X | Number of folds used for cross validation (default 10). | default: 10 |
output-debug-info | If set, classifier is run in debug mode and may output additional info to the console |