Assembly: Stat;
The ICrossValidation interface is used to set up cross-validation parameters.
ICrossValidation
To get cross-validation parameters, use the IStatMethodValid.CrossValidation property.
Property name | Brief description | |
NumberOfFolds | The NumberOfFolds property determines the number of folds for K-fold cross-validation. | |
NumberOfRandomTests | The NumberOfRandomTests property determines the number of repetitions of cross-validation procedure for repeated random sub-sampling cross-validation. | |
SamplingType | The SamplingType property determines cross-validation method. | |
TrainingSetSize | The TrainingSetSize property determines training set size in percents for repeated random sub-sampling cross-validation. |
See also: