Assembly: Stat;
Namespace: Prognoz.Platform.Interop.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 | |
The MaximumNumberOfLevels property determines the maximum number of levels in the tree. | ||
The MinimumNumberOfCases property determines the minimum number of observations, which can be in the tree node. | ||
The ReduceCategories property determines whether each category will be considered as a separate attribute. |
See also: