Click or drag to resize
Accord.NET (logo)

GridSearchResultTModel, TParam, TInput, TOutputBestModelError Property

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).

Namespace:  Accord.MachineLearning.Performance
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public double BestModelError { get; }
Request Example View Source

Property Value

Type: Double
See Also