Click or drag to resize
Accord.NET (logo)

GridSearchTModelCompute Method

Searches for the best combination of parameters that results in the most accurate model.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public GridSearchResult<TModel> Compute()
Request Example View Source

Return Value

Type: GridSearchResultTModel
The results found during the grid search.
See Also