ICrossValidation.NumberOfRandomTests

Syntax

NumberOfRandomTests: Integer;

Description

The NumberOfRandomTests property determines the number of repetitions of cross-validation procedure for repeated random sub-sampling cross-validation.

Comments

The property is taken into account if the repeated random sub-sampling cross-validation is used, that is, the ICrossValidation.SamplingType property is set to CrossValidationSamplingType.RandomSampling.

Default value: 10.

Example

The property use is given in the example for ISmGradientBoostedTree.ClassificationSummary.

See also:

ICrossValidation