IDmMethodDetails.CrossValidation

Syntax

CrossValidation: IDmMethodCrossValidation;

Description

The CrossValidation property returns cross-validation settings.

Comments

By default the K-fold cross-validation is used, where K is equal to 3.

Example

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

See also:

IDmMethodDetails