ITreeSpecification

Assembly: Stat;

Description

The ITreeSpecification interface is used to work with parameters describing tree size.

Inheritance Hierarchy

          ITreeSpecification

Comments

To work with the Random Forest decision tree ensemble, use properties of the ISmRandomForest interface.

Properties

  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:

Stat Assembly Interfaces