ICrossValidationPerformanceScores.KfoldIntervals

Syntax

KfoldIntervals: Array;

Description

The KfoldIntervals property returns interval size for each fold.

Comments

The property returns correct value if cross-validation by K folds is used, that is, the ICrossValidation.SamplingType property is set to CrossValidationSamplingType.Kfold.

Example

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

See also:

ICrossValidationPerformanceScores