NumberOfRandomTests: Integer;
The NumberOfRandomTests property determines the number of repetitions of cross-validation procedure for repeated random sub-sampling cross-validation.
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.
The property use is given in the example for ISmGradientBoostedTree.ClassificationSummary.
See also: