TrainingSetSize: Integer;
TrainingSetSize: integer;
The TrainingSetSize property determines a training set size.
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; 99]. The default value: 70.
The property use is given in the example for IDmLogisticRegression.Threshold.
See also: