ICrossValidationPerformanceScores.KfoldIntervals

Fore Syntax

KfoldIntervals: Array;

Fore.NET Syntax

KfoldIntervals: System.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.

Fore and Fore.NET Examples

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

See also:

ICrossValidationPerformanceScores