Click or drag to resize
Accord.NET (logo)

BaumWelchLearningTDistribution Properties

The BaumWelchLearningTDistribution generic type exposes the following members.

Properties
  NameDescription
Public propertyCurrentIteration
Gets or sets the number of performed iterations.
(Inherited from BaseBaumWelchLearning.)
Public propertyFittingOptions
Gets or sets the distribution fitting options to use when estimating distribution densities during learning.
Public propertyHasConverged
Gets or sets whether the algorithm has converged.
(Inherited from BaseBaumWelchLearning.)
Public propertyIterations Obsolete.
Please use MaxIterations instead.
(Inherited from BaseBaumWelchLearning.)
Public propertyLogGamma
Gets the Gamma matrix of log probabilities created during the last iteration of the Baum-Welch learning algorithm.
(Inherited from BaseBaumWelchLearning.)
Public propertyLogKsi
Gets the Ksi matrix of log probabilities created during the last iteration of the Baum-Welch learning algorithm.
(Inherited from BaseBaumWelchLearning.)
Public propertyLogWeights
Gets the sample weights in the last iteration of the Baum-Welch learning algorithm.
(Inherited from BaseBaumWelchLearning.)
Public propertyMaxIterations
Gets or sets the maximum number of iterations performed by the learning algorithm.
(Inherited from BaseBaumWelchLearning.)
Public propertyModel
Gets the model being trained.
Public propertyTolerance
Gets or sets the maximum change in the average log-likelihood after an iteration of the algorithm used to detect convergence.
(Inherited from BaseBaumWelchLearning.)
Top
See Also