Assembly: Ms;
Namespace: Prognoz.Platform.Interop.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. | |
| The SamplingType property determines cross-validation method | ||
| The TrainingSetSize property determines training set size |
See also: