Issue | #Downvotes for this reason | By |
---|
W | weka.RandomTree(1) | Full name of base classifier. (default: weka.classifiers.trees.RandomTree) |
D | If set, classifier is run in debug mode and may output additional info to the console | |
I | Number of iterations. (default 10) | default: 10 |
K | Number of attributes to randomly investigate (<0 = int(log_2(#attributes)+1)). | |
M | Set minimum number of instances per leaf. | |
N | Number of folds for backfitting (default 0, no backfitting). | |
S | Random number seed. (default 1) | default: 1 |
U | Allow unclassified instances. | |
W | Full name of base classifier. (default: weka.classifiers.trees.RandomTree) | default: weka.classifiers.trees.RandomTree |
depth | The maximum depth of the tree, 0 for unlimited. (default 0) | |
num-slots | Number of execution slots. (default 1 - i.e. no parallelism) | default: 1 |