Click or drag to resize
Accord.NET (logo)

HiddenMarkovClassifierLogLikelihood Method (Int32, Int32)

Computes the log-likelihood of a set of sequences belonging to their given respective classes according to this classifier.

Namespace:  Accord.Statistics.Models.Markov
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double LogLikelihood(
	int[][] sequences,
	int[] outputs
)
Request Example View Source

Parameters

sequences
Type: SystemInt32
A set of sequences of observations.
outputs
Type: SystemInt32
The output class label for each sequence.

Return Value

Type: Double
The log-likelihood of the sequences belonging to the given classes.
See Also