Click or drag to resize
Accord.NET (logo)

HiddenMarkovClassifierTDistributionCompute Method (Array, Double)

Computes the most likely class for a given sequence.

Namespace:  Accord.Statistics.Models.Markov
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public int Compute(
	Array sequence,
	out double response
)
Request Example View Source

Parameters

sequence
Type: SystemArray
The sequence of observations.
response
Type: SystemDouble
The probability of the assigned class.

Return Value

Type: Int32
Return the label of the given sequence, or -1 if it has been rejected by the threshold model.
See Also