IDmRandomForest.LearningSamplePortion

Syntax

LearningSamplePortion: Double;

LearningSamplePortion: double;

Description

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

Comments

Available values within the [0; 1) range.

Default value: 0.7.

Fore and Fore.NET Examples

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

See also:

IDmRandomForest