|
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; }
Public ReadOnly Property BestModelError As Double
Get
Request Example
View SourceProperty Value
Type:
DoubleSee Also