IDmRandomForest.NumberOfPredictors

Syntax

NumberOfPredictors: Integer;

Description

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

Comments

Available values within the [1; ∞) range.

The default value is 4.

Example

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

See also:

IDmRandomForest