ISmRandomForest.ForestSize

Syntax

ForestSize: Integer;

Description

The ForestSize property determines the number of trees in random forest.

Comments

To get a tree array, use the ISmRandomForest.Forest property.

Example

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

See also:

ISmRandomForest