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