|
|
BaumWelchLearningTDistribution Properties |
The BaumWelchLearningTDistribution generic type exposes the following members.
| Name | Description | |
|---|---|---|
| CurrentIteration |
Gets or sets the number of performed iterations.
(Inherited from BaseBaumWelchLearning.) | |
| FittingOptions |
Gets or sets the distribution fitting options
to use when estimating distribution densities
during learning.
| |
| HasConverged |
Gets or sets whether the algorithm has converged.
(Inherited from BaseBaumWelchLearning.) | |
| Iterations | Obsolete.
Please use MaxIterations instead.
(Inherited from BaseBaumWelchLearning.) | |
| LogGamma |
Gets the Gamma matrix of log probabilities created during
the last iteration of the Baum-Welch learning algorithm.
(Inherited from BaseBaumWelchLearning.) | |
| LogKsi |
Gets the Ksi matrix of log probabilities created during
the last iteration of the Baum-Welch learning algorithm.
(Inherited from BaseBaumWelchLearning.) | |
| LogWeights |
Gets the sample weights in the last iteration of the
Baum-Welch learning algorithm.
(Inherited from BaseBaumWelchLearning.) | |
| MaxIterations |
Gets or sets the maximum number of iterations
performed by the learning algorithm.
(Inherited from BaseBaumWelchLearning.) | |
| Model |
Gets the model being trained.
| |
| Tolerance |
Gets or sets the maximum change in the average log-likelihood
after an iteration of the algorithm used to detect convergence.
(Inherited from BaseBaumWelchLearning.) |