ICrossValidation

Assembly: Stat;

Description

The ICrossValidation interface is used to set up cross-validation parameters.

Inheritance Hierarchy

          ICrossValidation

Comments

To get cross-validation parameters, use the IStatMethodValid.CrossValidation property.

Properties

  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:

Stat Assembly Interfaces