|
MarkovDiscreteFunction Constructor (Int32, Int32, Int32)
|
Constructs a new potential function modeling Hidden Markov Models.
Namespace:
Accord.Statistics.Models.Fields.Functions
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntaxpublic MarkovDiscreteFunction(
int states,
int symbols,
int outputClasses
)
Public Sub New (
states As Integer,
symbols As Integer,
outputClasses As Integer
)
Request Example
View SourceParameters
- states
- Type: SystemInt32
The number of states. - symbols
- Type: SystemInt32
The number of symbols. - outputClasses
- Type: SystemInt32
The number of output classes.
See Also