|
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
)
Public Function LogLikelihood (
sequences As TObservation(),
path As Integer()
) As Double
Request Example
View SourceParameters
- sequences
- Type: TObservation
- path
- Type: SystemInt32
Return Value
Type:
DoubleSee Also