IDmRandomForest.NumberOfPredictors

Syntax

NumberOfPredictors: Integer;

Description

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

Comments

Available values are in the range [1, ∞].

The default value is 4.

Example

The property use is given in the example for IDmRandomForest.ForestSize.

See also:

IDmRandomForest