Click or drag to resize
Accord.NET (logo)

HiddenMarkovModelTDistribution, TObservationLogLikelihood Method (TObservation, Int32)

Predicts a the probability that the sequence vector has been generated by this log-likelihood tagger along the given path of hidden states.

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

Parameters

sequences
Type: TObservation
path
Type: SystemInt32

Return Value

Type: Double
See Also