weka.classifiers.trees.RandomTree
Visibility: public
Uploaded 08-06-2021 by
Tan Zheng
Weka_3.9.5
1 runs
0 likes
downloaded by 0 people 0 issues
0 downvotes
, 0 total downloads
Issue |
#Downvotes for this reason |
By |
|
Parameters
-do-not-check-capabilities | If set, classifier capabilities are not checked before classifier is built
(use with caution). | default: ["false"] |
B | Break ties randomly when several attributes look equally good. | default: ["false"] |
K | Number of attributes to randomly investigate. (default 0)
(<1 = 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). | default: [] |
S | Seed for random number generator.
(default 1) | default: ["1"] |
U | Allow unclassified instances. | default: ["false"] |
V | Set minimum numeric class variance proportion
of train variance for split (default 1e-3). | default: ["0.001"] |
batch-size | The desired batch size for batch prediction (default 100). | default: [] |
depth | The maximum depth of the tree, 0 for unlimited.
(default 0) | 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"] |
0
Runs
List all runs
Parameter: