Issue | #Downvotes for this reason | By |
---|
-do-not-check-capabilities | If set, classifier capabilities are not checked before classifier is built (use with caution). | |
K | Number of attributes to randomly investigate. (default 0) (<0 = int(log_2(#predictors)+1)). | default: 0 |
M | Set minimum number of instances per leaf. (default 1) | default: 1.0 |
N | Number of folds for backfitting (default 0, no backfitting). | |
S | Seed for random number generator. (default 1) | default: 1 |
U | Allow unclassified instances. | |
V | Set minimum numeric class variance proportion of train variance for split (default 1e-3). | default: 0.001 |
depth | The maximum depth of the tree, 0 for unlimited. (default 0) | |
output-debug-info | If set, classifier is run in debug mode and may output additional info to the console |