ICrossValidation.NumberOfFolds

Syntax

NumberOfFolds: Integer;

Description

The NumberOfFolds property determines the number of folds for K-fold cross-validation.

Comments

The property is taken into account if the cross-validation by K folds is used, that is, the ICrossValidation.SamplingType property is set to CrossValidationSamplingType.Kfold.

Tolerance range: [1; number of observations]. Default value: 5.

Example

The property use is given in the example for ISmBackPropagation.DeltasMinimum.

See also:

ICrossValidation