IDmMethodCrossValidation.TrainingSetSize

Fore Syntax

TrainingSetSize: Integer;

Fore.NET Syntax

TrainingSetSize: integer;

Description

The TrainingSetSize property determines a training set size.

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; 99]. The default value: 70.

Fore and Fore.NET Examples

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

See also:

IDmMethodCrossValidation