IDmMethodDetails.CrossValidation

Fore Syntax

CrossValidation: IDmMethodCrossValidation;

Fore.NET Syntax

CrossValidation: Prognoz.Platform.Interop.Ms.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.

Fore and Fore.NET Examples

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

See also:

IDmMethodDetails