Click or drag to resize
Accord.NET (logo)

BaseBaumWelchLearningTModel, TDistribution, TObservation, TOptionsHasConverged Property

Gets or sets whether the algorithm has converged.

Namespace:  Accord.Statistics.Models.Markov.Learning
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public bool HasConverged { get; }
Request Example View Source

Property Value

Type: Boolean
true if this instance has converged; otherwise, false.

Implements

IConvergenceLearningHasConverged
See Also