|
HiddenMarkovModelTDistribution, TObservation Constructor (Int32, FuncInt32, TDistribution)
|
Constructs a new Hidden Markov Model with arbitrary-density state probabilities.
Namespace:
Accord.Statistics.Models.Markov
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntaxpublic HiddenMarkovModel(
int states,
Func<int, TDistribution> emissions
)
Public Sub New (
states As Integer,
emissions As Func(Of Integer, TDistribution)
)
Request Example
View SourceParameters
- states
- Type: SystemInt32
The number of states for the model. - emissions
- Type: SystemFuncInt32, TDistribution
A initial distribution to be copied to all states in the model.
See Also