ITreeSpecification.MinimumNumberOfCases

Fore Syntax

MinimumNumberOfCases: Integer;

Fore.NET Syntax

MinimumNumberOfCases: integer;

Description

The MinimumNumberOfCases property determines the minimum number of observations, which can be in the tree node.

Comments

Default value of MinimumNumberOfCases = 50.

Fore and Fore.NET Examples

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

See also:

ITreeSpecification