CrossValidationModel Properties |
The CrossValidationModel type exposes the following members.
| Name | Description | |
|---|---|---|
| K |
Number of folds
| |
| LimitFoldsExecution |
if set above 0, only specified number of folds will be executed
| |
| randomFolds |
Gets or sets a value indicating whether distribution among folds should be randomized
| |
| SingleFold |
In single fold mode - it trains and tests with the same dataset
| |
| TestFolds |
Gets the test folds.
| |
| TrainingFolds |
Gets or sets the training folds.
|