Click or drag to resize
Accord.NET (logo)

LikelihoodTaggerBaseTInputScores Method

Overload List
  NameDescription
Public methodScores(TInput)
Computes numerical scores measuring the association between each of the given sequence vectors and each possible class.
(Inherited from ScoreTaggerBaseTInput.)
Public methodScores(TInput)
Computes numerical scores measuring the association between each of the given sequences vectors and each possible class.
(Inherited from ScoreTaggerBaseTInput.)
Public methodScores(TInput, Double)
Computes numerical scores measuring the association between each of the given sequences vectors and each possible class.
(Overrides ScoreTaggerBaseTInputScores(TInput, Double).)
Public methodScores(TInput, Double)
Computes numerical scores measuring the association between each of the given sequence vectors and each possible class.
(Inherited from ScoreTaggerBaseTInput.)
Public methodScores(TInput, Int32)
Computes numerical scores measuring the association between each of the given sequence vectors and each possible class.
(Inherited from ScoreTaggerBaseTInput.)
Public methodScores(TInput, Int32)
Computes numerical scores measuring the association between each of the given sequences vectors and each possible class.
(Inherited from ScoreTaggerBaseTInput.)
Public methodScores(TInput, Int32, Double)
Computes numerical scores measuring the association between each of the given sequences vectors and each possible class.
(Overrides ScoreTaggerBaseTInputScores(TInput, Int32, Double).)
Public methodScores(TInput, Int32, Double)
Computes numerical scores measuring the association between each of the given sequence vectors and each possible class.
(Inherited from ScoreTaggerBaseTInput.)
Top
See Also