SamplingType: CrossValidationSamplingType;
SamplingType: Prognoz.Platform.Interop.Stat.CrossValidationSamplingType;
The SamplingType property determines a 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 IDmLogisticRegression.Threshold.
See also: