Click or drag to resize
Accord.NET (logo)

LikelihoodTaggerBaseTInputProbabilities Method

Overload List
  NameDescription
Public methodProbabilities(TInput)
Predicts a the probabilities for each of the observations in the sequence vector assuming each of the possible states in the tagger model.
Public methodProbabilities(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.
Public methodProbabilities(TInput, Double)
Predicts a the probabilities for each of the observations in the sequence vector assuming each of the possible states in the tagger model.
Public methodProbabilities(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.
Public methodProbabilities(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.
Public methodProbabilities(TInput, Int32)
Predicts a the probabilities for each of the observations in the sequence vector assuming each of the possible states in the tagger model.
Public methodProbabilities(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.
Public methodProbabilities(TInput, Int32, Double)
Predicts a the probabilities for each of the observations in the sequence vector assuming each of the possible states in the tagger model.
Top
See Also