Click or drag to resize
Accord.NET (logo)

HiddenMarkovModelTDistribution, TObservationLogLikelihoods Method (TObservation, Double)

Predicts a the log-likelihood for each of the observations in the sequence vector assuming each of the possible states in the tagger model.

Namespace:  Accord.Statistics.Models.Markov
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public override double[][] LogLikelihoods(
	TObservation[] sequence,
	double[][] result
)
Request Example View Source

Parameters

sequence
Type: TObservation
result
Type: SystemDouble

Return Value

Type: Double

Implements

ILikelihoodTaggerTInputLogLikelihoods(TInput, Double)
See Also