|
HiddenMarkovModel Constructor (Int32, Int32)
|
Constructs a new Hidden Markov Model.
Namespace:
Accord.Statistics.Models.Markov
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public HiddenMarkovModel(
int states,
int symbols
)
Public Sub New (
states As Integer,
symbols As Integer
)
Request Example
View SourceParameters
- states
- Type: SystemInt32
The number of states for this model. - symbols
- Type: SystemInt32
The number of output symbols used for this model.
See Also