Click or drag to resize
Accord.NET (logo)

EarlyStoppingTModelHistory Property

Gets the history of training and validation values registered at each iteration of the learning algorithm.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public Dictionary<int, CrossValidationValues<TModel>> History { get; }
Request Example View Source

Property Value

Type: DictionaryInt32, CrossValidationValuesTModel
See Also