Click or drag to resize
Accord.NET (logo)

BaseViterbiLearningT Properties

The BaseViterbiLearningT generic type exposes the following members.

Properties
  NameDescription
Public propertyBatches
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.
Public propertyCurrentIteration
Gets the current iteration.
Public propertyHasConverged
Gets a value indicating whether this instance has converged.
Public propertyIterations Obsolete.
Please use MaxIterations instead.
Public propertyMaxIterations
Gets or sets the maximum number of iterations performed by the learning algorithm.
Public propertyToken
Gets or sets a cancellation token that can be used to stop the learning algorithm while it is running.
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