Issue | #Downvotes for this reason | By |
---|
-do-not-check-capabilities | If set, classifier capabilities are not checked before classifier is built (use with caution). | |
B | Set the number of clusters (basis functions) to generate. (default = 2). | default: 2 |
M | Set the maximum number of iterations for the logistic regression. (default -1, until convergence). | default: -1 |
R | Set the ridge value for the logistic or linear regression. | default: 1.0E-8 |
S | Set the random seed to be used by K-means. (default = 1). | default: 1 |
W | Set the minimum standard deviation for the clusters. (default 0.1). | default: 0.1 |
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 |