Issue | #Downvotes for this reason | By |
---|
-do-not-check-capabilities | If set, classifier capabilities are not checked before classifier is built (use with caution). | default: ["false"] |
I | Number of iterations. (current value 10) | default: ["10"] |
P | Percentage of weight mass to base training on. (default 100, reduce to around 90 speed up) | default: ["100"] |
Q | Use resampling for boosting. | default: ["false"] |
S | Random number seed. (default 1) | default: ["1"] |
W | Full name of base classifier. (default: weka.classifiers.trees.DecisionStump) | default: ["weka.classifiers.bayes.NaiveBayes"] |
batch-size | The desired batch size for batch prediction (default 100). | default: [] |
num-decimal-places | The number of decimal places for the output of numbers in the model (default 2). | default: [] |
output-debug-info | If set, classifier is run in debug mode and may output additional info to the console | default: ["false"] |
resume | Set whether classifier can continue training after performing therequested number of iterations. Note that setting this to true will retain certain data structures which can increase the size of the model. | default: ["false"] |