|
|
CrossValidation Properties |
The CrossValidation type exposes the following members.
| Name | Description | |
|---|---|---|
| Fitting |
Gets or sets the model fitting function.
(Inherited from CrossValidationTModel.) | |
| Folds |
Gets the array of data set indexes contained in each fold.
(Inherited from CrossValidationTModel.) | |
| Indices |
Gets the array of fold indices for each point in the data set.
(Inherited from CrossValidationTModel.) | |
| K |
Gets the number of folds in the k-fold cross validation.
(Inherited from CrossValidationTModel.) | |
| RunInParallel |
Gets or sets a value indicating whether to use parallel
processing through the use of multiple threads or not.
Default is true.
(Inherited from CrossValidationTModel.) | |
| Samples |
Gets the total number of data samples in the data set.
(Inherited from CrossValidationTModel.) |