SamplingType: CrossValidationSamplingType;
The SamplingType property determines cross-validation method
By default the K-fold cross-validation is used, that is, the property is set to CrossValidationSamplingType.Kfold.
The property use is given in the example for ISmGradientBoostedTree.ClassificationSummary.
See also: