TrainingSetSize: Integer;
TrainingSetSize: integer;
The TrainingSetSize property determines training set size in percents for repeated random sub-sampling cross-validation.
The property is taken into account if repeated random sub-sampling cross-validation is used, that is, the ICrossValidation.SamplingType property is set to CrossValidationSamplingType.RandomSampling.
Tolerance range: [1; 99]. Default value: 70.
The property use is given in the example for ISmGradientBoostedTree.ClassificationSummary.
See also: