IDmMethodCrossValidation

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

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

Inheritance Hierarchy

          IDmMethodCrossValidation

Comments

Cross-validation. is a method of classification quality assessment.

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

Properties

  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:

Ms Assembly Interfaces