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