Click or drag to resize
Accord.NET (logo)

HiddenMarkovModelTDistribution, TObservationLogLikelihoods Method

Overload List
  NameDescription
Public methodLogLikelihoods(TInput)
Predicts a the log-likelihood for each of the observations in the sequence vector assuming each of the possible states in the tagger model.
(Inherited from LikelihoodTaggerBaseTInput.)
Public methodLogLikelihoods(TInput)
Predicts a the log-likelihood for each of the observations in the sequence vector assuming each of the possible states in the tagger model.
(Inherited from LikelihoodTaggerBaseTInput.)
Public methodLogLikelihoods(TInput, Int32)
Predicts a the log-likelihood for each of the observations in the sequence vector assuming each of the possible states in the tagger model.
(Inherited from LikelihoodTaggerBaseTInput.)
Public methodLogLikelihoods(TInput, 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.
(Inherited from LikelihoodTaggerBaseTInput.)
Public methodLogLikelihoods(TInput, Int32)
Predicts a the log-likelihood for each of the observations in the sequence vector assuming each of the possible states in the tagger model.
(Inherited from LikelihoodTaggerBaseTInput.)
Public methodLogLikelihoods(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.
(Overrides LikelihoodTaggerBaseTInputLogLikelihoods(TInput, Double).)
Public methodLogLikelihoods(TInput, Int32, 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.
(Inherited from LikelihoodTaggerBaseTInput.)
Public methodLogLikelihoods(TObservation, Int32, 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.
(Overrides LikelihoodTaggerBaseTInputLogLikelihoods(TInput, Int32, Double).)
Top
See Also