RTrees Properties |
The RTrees type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActiveVarCount |
The size of the randomly selected subset of features at each tree node and that are used to find the best split(s)
|
![]() | CalculateVarImportance |
If true then variable importance will be calculated
|
![]() | CVFolds |
If CVFolds greater than 1 then algorithms prunes the built decision tree using K-fold
|
![]() | MaxCategories |
Cluster possible values of a categorical variable into K less than or equals maxCategories clusters to find a suboptimal split
|
![]() | MaxDepth |
The maximum possible depth of the tree
|
![]() | MinSampleCount |
If the number of samples in a node is less than this parameter then the node will not be split
|
![]() | Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
![]() | RegressionAccuracy |
Termination criteria for regression trees
|
![]() | TermCriteria |
The termination criteria that specifies when the training algorithm stops
|
![]() | TruncatePrunedTree |
If true then pruned branches are physically removed from the tree
|
![]() | Use1SERule |
If true then a pruning will be harsher
|
![]() | UseSurrogates |
If true then surrogate splits will be built
|