BaseHiddenMarkovModelLearningTModel, TObservation Properties |
The BaseHiddenMarkovModelLearningTModel, TObservation generic type exposes the following members.
Name | Description | |
---|---|---|
Model |
Gets or sets the model being trained.
| |
NumberOfStates |
Gets or sets the number of states to be used when this
learning algorithm needs to create new models.
| |
ParallelOptions |
Gets or sets the parallelization options for this algorithm.
(Inherited from ParallelLearningBase.) | |
Token |
Gets or sets a cancellation token that can be used
to cancel the algorithm while it is running.
(Inherited from ParallelLearningBase.) | |
Topology |
Gets or sets the state transition topology to be used when this learning
algorithm needs to create new models. Default is Forward.
|