Click or drag to resize
Accord.NET (logo)

GridSearchResultTModel, TInput, TOutput Properties

The GridSearchResultTModel, TInput, TOutput generic type exposes the following members.

Properties
  NameDescription
Public propertyBestModel
Gets the best model found.
(Inherited from GridSearchResultTModel, TParam, TInput, TOutput.)
Public propertyBestModelError
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.)
Public propertyBestModelIndex
Gets the index of the best found model in the Models collection.
(Inherited from GridSearchResultTModel, TParam, TInput, TOutput.)
Public propertyBestParameters
Gets the best parameter combination found.
(Inherited from GridSearchResultTModel, TParam, TInput, TOutput.)
Public propertyCount
Gets the size of the grid used in the grid-search.
(Inherited from GridSearchResultTModel, TParam, TInput, TOutput.)
Public propertyErrors
Gets the error for each of the created models.
(Inherited from GridSearchResultTModel, TParam, TInput, TOutput.)
Public propertyExceptions
Gets exceptions found during the learning of each of the created models, if any.
(Inherited from GridSearchResultTModel, TParam, TInput, TOutput.)
Public propertyModels
Gets all models created during the search.
(Inherited from GridSearchResultTModel, TParam, TInput, TOutput.)
Public propertyNumberOfInputs
Gets the number of inputs accepted by the model.
(Inherited from GridSearchResultTModel, TParam, TInput, TOutput.)
Public propertyNumberOfOutputs
Gets the number of outputs generated by the model.
(Inherited from GridSearchResultTModel, TParam, TInput, TOutput.)
Public propertyParameters
Gets all combination of parameters tried.
(Inherited from GridSearchResultTModel, TParam, TInput, TOutput.)
Top
See Also