KfoldIntervals: Array;
The KfoldIntervals property returns interval size for each fold.
The property returns correct value if cross-validation by K folds is used, that is, the ICrossValidation.SamplingType property is set to CrossValidationSamplingType.Kfold.
The property use is given in the example for ISmBackPropagation.DeltasMinimum.
See also: