ISmRandomForest.NumberOfPredictors

Fore Syntax

NumberOfPredictors: Integer;

Fore.NET Syntax

NumberOfPredictors: integer;

Description

The NumberOfPredictors property determines the number of indicators which form a random tree.

Comments

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

Fore and Fore.NET Examples

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

See also:

ISmRandomForest