IDmMethodCrossValidation.NumberOfRandomTests

Syntax

NumberOfRandomTests: Integer;

Description

The NumberOfRandomTests property determines the number of repetitions of cross-validation procedure.

Comments

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

Range of available values: [1; 231-1].

The default value is 10.

Example

The property use is given in the example for IDmLogisticRegression.Threshold.

See also:

IDmMethodCrossValidation