Issue | #Downvotes for this reason | By |
---|
W | weka.LogitBoost_Bagging_REPTree(3) | Full name of base classifier. (default: weka.classifiers.functions.Logistic) |
-do-not-check-capabilities | If set, classifier capabilities are not checked before classifier is built (use with caution). | |
C | Use conjugate gradient descent rather than BFGS updates. | |
L | Use log loss decoding for random and exhaustive codes | |
M | Sets the method to use. Valid values are 0 (1-against-all), 1 (random codes), 2 (exhaustive code), and 3 (1-against-1). (default 0) | default: 0 |
P | Use pairwise coupling (only has an effect for 1-against1) | |
R | Sets the multiplier when using random codes. (default 2.0) | default: 2.0 |
S | Random number seed. (default 1) | default: 1 |
W | Full name of base classifier. (default: weka.classifiers.functions.Logistic) | default: weka.classifiers.meta.LogitBoost |
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 |