ISmRandomForest.TreeSizeSpecification

Syntax

TreeSizeSpecification: ITreeSpecification;

Description

The TreeSizeSpecification property returns tree specification.

Comments

To determine the number of tree in random forest, use the ISmRandomForest.ForestSize property.

Example

The property use is given in the example for ISmRandomForest.Forest.

See also:

ISmRandomForest