IDmMethodCrossValidation.NumberOfRandomTests

Fore Syntax

NumberOfRandomTests: Integer;

Fore.NET 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.

Fore and Fore.NET Examples

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

See also:

IDmMethodCrossValidation