NumberOfFolds: Integer;
The NumberOfFolds property determines the number of folds for K-fold cross-validation.
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.
The property use is given in the example for ISmBackPropagation.DeltasMinimum.
See also: