IDmMethodCrossValidation.SamplingType

Syntax

SamplingType: CrossValidationSamplingType;

Description

The SamplingType property determines a cross-validation method.

Comments

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

Example

The property use is given in the example for IDmLogisticRegression.Threshold.

See also:

IDmMethodCrossValidation