Click or drag to resize
Accord.NET (logo)

HiddenConjugateGradientLearningTConverged Property

Note: This API is now obsolete.

Please use HasConverged instead.

Namespace:  Accord.Statistics.Models.Fields.Learning
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use HasConverged instead.")]
public bool Converged { get; }
Request Example View Source

Property Value

Type: Boolean
See Also