ViterbiLearning Properties |
The ViterbiLearning type exposes the following members.
Name | Description | |
---|---|---|
Batches |
Gets or sets on how many batches the learning data should be divided during learning.
Batches are used to estimate adequately the first models so they can better compute
the Viterbi paths for subsequent passes of the algorithm. Default is 1.
(Inherited from BaseViterbiLearningT.) | |
CurrentIteration |
Gets the current iteration.
(Inherited from BaseViterbiLearningT.) | |
HasConverged |
Gets a value indicating whether this instance has converged.
(Inherited from BaseViterbiLearningT.) | |
Iterations | Obsolete.
Please use MaxIterations instead.
(Inherited from BaseViterbiLearningT.) | |
MaxIterations |
Gets or sets the maximum number of iterations
performed by the learning algorithm.
(Inherited from BaseViterbiLearningT.) | |
Model |
Gets the model being trained.
| |
Token |
Gets or sets a cancellation token that can be used to
stop the learning algorithm while it is running.
(Inherited from BaseViterbiLearningT.) | |
Tolerance |
Gets or sets the maximum change in the average log-likelihood
after an iteration of the algorithm used to detect convergence.
(Inherited from BaseViterbiLearningT.) | |
UseLaplaceRule |
Gets or sets whether to use Laplace's rule
of succession to avoid zero probabilities.
|