|
HybridMarkovModel Constructor
|
Namespace:
Accord.Statistics.Models.Markov.Hybrid
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public HybridMarkovModel(
GeneralMarkovFunction function,
int states,
int dimension
)
Public Sub New (
function As GeneralMarkovFunction,
states As Integer,
dimension As Integer
)
Request Example
View SourceParameters
- function
- Type: Accord.Statistics.Models.Markov.HybridGeneralMarkovFunction
A function specifying a probability for a transition-emission pair. - states
- Type: SystemInt32
The number of states in the model. - dimension
- Type: SystemInt32
The number of dimensions in the model.
See Also