BaseBaumWelchLearning Properties |
The BaseBaumWelchLearning type exposes the following members.
Name | Description | |
---|---|---|
CurrentIteration |
Gets or sets the number of performed iterations.
| |
HasConverged |
Gets or sets whether the algorithm has converged.
| |
Iterations | Obsolete.
Please use MaxIterations instead.
| |
LogGamma |
Gets the Gamma matrix of log probabilities created during
the last iteration of the Baum-Welch learning algorithm.
| |
LogKsi |
Gets the Ksi matrix of log probabilities created during
the last iteration of the Baum-Welch learning algorithm.
| |
LogWeights |
Gets the sample weights in the last iteration of the
Baum-Welch learning algorithm.
| |
MaxIterations |
Gets or sets the maximum number of iterations
performed by the learning algorithm.
| |
Tolerance |
Gets or sets the maximum change in the average log-likelihood
after an iteration of the algorithm used to detect convergence.
|