GridSearchResultTModel Properties |
The GridSearchResultTModel generic type exposes the following members.
Name | Description | |
---|---|---|
Count |
Gets the size of the grid used in the grid-search.
| |
Error |
Gets the minimum error found.
| |
Errors |
Gets the error for each of the created models.
| |
Index |
Gets the index of the best found model
in the Models collection.
| |
Model |
Gets the best model found.
| |
Models |
Gets all models created during the search.
| |
Parameter |
Gets the best parameter combination found.
| |
Parameters |
Gets all combination of parameters tried.
|