|
|
GridSearchResultTModel, TInput, TOutput Properties |
The GridSearchResultTModel, TInput, TOutput generic type exposes the following members.
| Name | Description | |
|---|---|---|
| BestModel |
Gets the best model found.
(Inherited from GridSearchResultTModel, TParam, TInput, TOutput.) | |
| 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).
(Inherited from GridSearchResultTModel, TParam, TInput, TOutput.) | |
| BestModelIndex |
Gets the index of the best found model
in the Models collection.
(Inherited from GridSearchResultTModel, TParam, TInput, TOutput.) | |
| BestParameters |
Gets the best parameter combination found.
(Inherited from GridSearchResultTModel, TParam, TInput, TOutput.) | |
| Count |
Gets the size of the grid used in the grid-search.
(Inherited from GridSearchResultTModel, TParam, TInput, TOutput.) | |
| Errors |
Gets the error for each of the created models.
(Inherited from GridSearchResultTModel, TParam, TInput, TOutput.) | |
| Exceptions |
Gets exceptions found during the learning of each of the created models, if any.
(Inherited from GridSearchResultTModel, TParam, TInput, TOutput.) | |
| Models |
Gets all models created during the search.
(Inherited from GridSearchResultTModel, TParam, TInput, TOutput.) | |
| NumberOfInputs |
Gets the number of inputs accepted by the model.
(Inherited from GridSearchResultTModel, TParam, TInput, TOutput.) | |
| NumberOfOutputs |
Gets the number of outputs generated by the model.
(Inherited from GridSearchResultTModel, TParam, TInput, TOutput.) | |
| Parameters |
Gets all combination of parameters tried.
(Inherited from GridSearchResultTModel, TParam, TInput, TOutput.) |