ICrossValidation.SamplingType

Fore Syntax

SamplingType: CrossValidationSamplingType;

Fore.NET Syntax

SamplingType: Prognoz.Platform.Interop.Stat.CrossValidationSamplingType;

Description

The SamplingType property determines cross-validation method

Comments

By default the K-fold cross-validation is used, that is, the property is set to CrossValidationSamplingType.Kfold.

Fore and Fore.NET Examples

The property use is given in the example for ISmGradientBoostedTree.ClassificationSummary.

See also:

ICrossValidation