NumberOfRandomTests: Integer;
NumberOfRandomTests: integer;
The NumberOfRandomTests property determines the number of repetitions of cross-validation procedure.
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.
The property use is given in the example for IDmLogisticRegression.Threshold.
See also: