|
|
GridSearchResultTModel, TParam, TInput, TOutput Properties |
The GridSearchResultTModel, TParam, TInput, TOutput generic type exposes the following members.
| Name | Description | |
|---|---|---|
| BestModel |
Gets the best model found.
| |
| BestModelError |
Gets the minimum validation error found. If this
result has been retrieved through Grid-Search Cross-Validation,
this will correspond to the minimum average validation error
for the different data splits (validation folds).
| |
| BestModelIndex |
Gets the index of the best found model
in the Models collection.
| |
| BestParameters |
Gets the best parameter combination found.
| |
| Count |
Gets the size of the grid used in the grid-search.
| |
| Errors |
Gets the error for each of the created models.
| |
| Exceptions |
Gets exceptions found during the learning of each of the created models, if any.
| |
| Models |
Gets all models created during the search.
| |
| NumberOfInputs |
Gets the number of inputs accepted by the model.
| |
| NumberOfOutputs |
Gets the number of outputs generated by the model.
| |
| Parameters |
Gets all combination of parameters tried.
|