ISmRandomForest.NumberOfPredictors

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.

Example

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

See also:

ISmRandomForest