Click or drag to resize
Accord.NET (logo)

BaseBaumWelchLearning Properties

The BaseBaumWelchLearning type exposes the following members.

Properties
  NameDescription
Public propertyCurrentIteration
Gets or sets the number of performed iterations.
Public propertyHasConverged
Gets or sets whether the algorithm has converged.
Public propertyIterations Obsolete.
Please use MaxIterations instead.
Public propertyLogGamma
Gets the Gamma matrix of log probabilities created during the last iteration of the Baum-Welch learning algorithm.
Public propertyLogKsi
Gets the Ksi matrix of log probabilities created during the last iteration of the Baum-Welch learning algorithm.
Public propertyLogWeights
Gets the sample weights in the last iteration of the Baum-Welch learning algorithm.
Public propertyMaxIterations
Gets or sets the maximum number of iterations performed by the learning algorithm.
Public propertyTolerance
Gets or sets the maximum change in the average log-likelihood after an iteration of the algorithm used to detect convergence.
Top
See Also