Click or drag to resize
Accord.NET (logo)

ViterbiLearningComputeLogLikelihood Method

Computes the log-likelihood for the current model for the given observations.

Namespace:  Accord.Statistics.Models.Markov.Learning
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
protected override double ComputeLogLikelihood(
	int[][] observations
)
Request Example View Source

Parameters

observations
Type: SystemInt32
The observation vectors.

Return Value

Type: Double
The log-likelihood of the observations belonging to the model.
See Also