|
EarlyStoppingTModelMaxValidationValue Property
|
Gets the model with maximum validation error found during learning.
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public KeyValuePair<int, CrossValidationValues<TModel>> MaxValidationValue { get; }
Public ReadOnly Property MaxValidationValue As KeyValuePair(Of Integer, CrossValidationValues(Of TModel))
Get
Request Example
View SourceProperty Value
Type:
KeyValuePairInt32,
CrossValidationValuesTModelSee Also