Assembly: Ms;
The IDmMethodCrossValidation interface is used to set up cross-validation parameters.
IDmMethodCrossValidation
Cross-validation is a method of classification quality assessment.
To get cross-validation parameters, use the IDmMethodDetails.CrossValidation property.
| Property name | Brief description | |
| Active | The Active property determines whether cross-validation is used. | |
| NumberOfFolds | The NumberOfFolds property determines the number of folds. | |
| NumberOfRandomTests | The NumberOfRandomTests property determines the number of repetitions of cross-validation procedure. | |
| Results | The Results property returns cross-validation results. | |
| SamplingType | The SamplingType property determines a cross-validation method. | |
| TrainingSetSize | The TrainingSetSize property determines a training set size. |
See also: