Click or drag to resize
Accord.NET (logo)

HiddenMarkovClassifierTDistributionLogLikelihood Method (Array)

Computes the log-likelihood that a sequence belongs any of the classes in the classifier.

Namespace:  Accord.Statistics.Models.Markov
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double LogLikelihood(
	Array sequence
)
Request Example View Source

Parameters

sequence
Type: SystemArray
The sequence of observations.

Return Value

Type: Double
The log-likelihood of the sequence belonging to the classifier.
See Also