Assembly: Stat;
The ITreeSpecification interface is used to work with parameters describing tree size.
ITreeSpecification
To work with the Random Forest decision tree ensemble, use properties of the ISmRandomForest interface.
Property name | Brief description | |
MaximumNumberOfLevels | The MaximumNumberOfLevels property determines the maximum number of levels in the tree. | |
MinimumNumberOfCases | The MinimumNumberOfCases property determines the minimum number of observations, which can be in the tree node. | |
ReduceCategories | The ReduceCategories property determines whether each category will be considered as a separate attribute. |
See also: