ISmRandomForest.LearningSamplePortion

Syntax

LearningSamplePortion: Double;

Description

The LearningSamplePortion property determines sample proportion for learning of the tree.

Comments

Parameter value must be in the range (0;1).

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.FilledDependent.

See also:

ISmRandomForest