Click or drag to resize
Accord.NET (logo)

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
Syntax
public MarkovDiscreteFunction(
	int states,
	int symbols,
	int outputClasses
)
Request Example View Source

Parameters

states
Type: SystemInt32
The number of states.
symbols
Type: SystemInt32
The number of symbols.
outputClasses
Type: SystemInt32
The number of output classes.
See Also