|
HiddenMarkovModelCreateGeneric Method (Int32, Int32)
|
Note: This API is now obsolete.
Constructs a new Hidden Markov Model with discrete state probabilities.
Namespace:
Accord.Statistics.Models.Markov
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax [ObsoleteAttribute("Please use CreateDiscrete() instead.")]
public static HiddenMarkovModel<GeneralDiscreteDistribution> CreateGeneric(
int states,
int symbols
)
<ObsoleteAttribute("Please use CreateDiscrete() instead.")>
Public Shared Function CreateGeneric (
states As Integer,
symbols As Integer
) As HiddenMarkovModel(Of GeneralDiscreteDistribution)
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.
Return Value
Type:
HiddenMarkovModelGeneralDiscreteDistributionSee Also