ISmRandomForest.ForestSize

Fore Syntax

ForestSize: Integer;

Fore.NET 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.

Fore and Fore.NET Examples

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

See also:

ISmRandomForest