Click or drag to resize
Accord.NET (logo)

ILikelihoodTaggerTInputLogLikelihood Method

Overload List
  NameDescription
Public methodLogLikelihood(TInput)
Predicts a the probability that the sequence vector has been generated by this log-likelihood tagger.
Public methodLogLikelihood(TInput)
Predicts a the log-likelihood that the sequence vector has been generated by this log-likelihood tagger.
Public methodLogLikelihood(TInput, Int32)
Predicts a the log-likelihood that the sequence vector has been generated by this log-likelihood tagger.
Public methodLogLikelihood(TInput, Double)
Predicts a the log-likelihood that the sequence vector has been generated by this log-likelihood tagger.
Public methodLogLikelihood(TInput, Int32)
Predicts a the log-likelihood that the sequence vector has been generated by this log-likelihood tagger.
Public methodLogLikelihood(TInput, Int32, Double)
Predicts a the log-likelihood that the sequence vector has been generated by this log-likelihood tagger.
Top
See Also