Click or drag to resize
Accord.NET (logo)

GridSearchResultTModel Properties

The GridSearchResultTModel generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the size of the grid used in the grid-search.
Public propertyError
Gets the minimum error found.
Public propertyErrors
Gets the error for each of the created models.
Public propertyIndex
Gets the index of the best found model in the Models collection.
Public propertyModel
Gets the best model found.
Public propertyModels
Gets all models created during the search.
Public propertyParameter
Gets the best parameter combination found.
Public propertyParameters
Gets all combination of parameters tried.
Top
See Also