Click or drag to resize
Accord.NET (logo)

BaseHiddenMarkovModelLearningTModel, TObservation Properties

The BaseHiddenMarkovModelLearningTModel, TObservation generic type exposes the following members.

Properties
  NameDescription
Public propertyModel
Gets or sets the model being trained.
Public propertyNumberOfStates
Gets or sets the number of states to be used when this learning algorithm needs to create new models.
Public propertyParallelOptions
Gets or sets the parallelization options for this algorithm.
(Inherited from ParallelLearningBase.)
Public propertyToken
Gets or sets a cancellation token that can be used to cancel the algorithm while it is running.
(Inherited from ParallelLearningBase.)
Public propertyTopology
Gets or sets the state transition topology to be used when this learning algorithm needs to create new models. Default is Forward.
Top
See Also