Click or drag to resize
Accord.NET (logo)

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; }
Request Example View Source

Property Value

Type: KeyValuePairInt32, CrossValidationValuesTModel
See Also