Click or drag to resize
Accord.NET (logo)

IMultilabelLikelihoodClassifierTInputLogLikelihoods Method

Overload List
  NameDescription
Public methodLogLikelihoods(TInput)
Computes the log-likelihood that the given input vector belongs to each of the possible classes.
Public methodLogLikelihoods(TInput)
Computes the log-likelihoods that the given input vectors belongs to each of the possible classes.
Public methodLogLikelihoods(TInput, Double)
Computes the log-likelihood that the given input vector belongs to each of the possible classes.
Public methodLogLikelihoods(TInput, Double)
Computes the log-likelihoods that the given input vectors belongs to each of the possible classes.
Public methodLogLikelihoods(TInput, TClasses)
Predicts a class label vector for each input vector, returning the log-likelihoods of the input vector belonging to each possible class.
(Inherited from IMultilabelLikelihoodClassifierBaseTInput, TClasses.)
LogLikelihoods(TInput, TClasses)
LogLikelihoods(TInput, TClasses)
LogLikelihoods(TInput, TClasses)
LogLikelihoods(TInput, TClasses)
Public methodLogLikelihoods(TInput, TClasses)
Predicts a class label vector for the given input vector, returning the log-likelihoods of the input vector belonging to each possible class.
(Inherited from IMultilabelOutLikelihoodClassifierTInput, TClasses.)
LogLikelihoods(TInput, TClasses)
Public methodLogLikelihoods(TInput, TClasses, Double)
Predicts a class label vector for each input vector, returning the log-likelihoods of the input vector belonging to each possible class.
(Inherited from IMultilabelLikelihoodClassifierBaseTInput, TClasses.)
LogLikelihoods(TInput, TClasses, Double)
LogLikelihoods(TInput, TClasses, Double)
LogLikelihoods(TInput, TClasses, Double)
LogLikelihoods(TInput, TClasses, Double)
Public methodLogLikelihoods(TInput, TClasses, Double)
Predicts a class label vector for the given input vector, returning the log-likelihoods of the input vector belonging to each possible class.
(Inherited from IMultilabelOutLikelihoodClassifierTInput, TClasses.)
LogLikelihoods(TInput, TClasses, Double)
Top
See Also