IDmMethodCrossValidation.SamplingType

Fore Syntax

SamplingType: CrossValidationSamplingType;

Fore.NET Syntax

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

Description

The SamplingType property determines a 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 IDmLogisticRegression.Threshold.

See also:

IDmMethodCrossValidation