ICrossValidation.SamplingType

Syntax

SamplingType: 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.

Example

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

See also:

ICrossValidation