Click or drag to resize
Accord.NET (logo)

MultilabelSupportVectorMachineTModel, TKernel, TInputLogLikelihoods Method

Overload List
  NameDescription
Public methodLogLikelihoods(TInput)
Computes the log-likelihood that the given input vector belongs to each of the possible classes.
(Inherited from MultilabelLikelihoodClassifierBaseTInput.)
Public methodLogLikelihoods(TInput)
Computes the log-likelihood that the given input vector belongs to each of the possible classes.
(Inherited from MultilabelLikelihoodClassifierBaseTInput.)
Public methodLogLikelihoods(TInput, 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 MultilabelLikelihoodClassifierBaseTInput.)
LogLikelihoods(TInput, Double)
LogLikelihoods(TInput, Double)
LogLikelihoods(TInput, Double)
LogLikelihoods(TInput, Double)
Public methodLogLikelihoods(TInput, Double)
Computes the log-likelihood that the given input vector belongs to each of the possible classes.
(Inherited from MultilabelLikelihoodClassifierBaseTInput.)
Public methodLogLikelihoods(TInput, 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 MultilabelLikelihoodClassifierBaseTInput.)
LogLikelihoods(TInput, Double)
LogLikelihoods(TInput, Double)
LogLikelihoods(TInput, Double)
LogLikelihoods(TInput, Double)
Public methodLogLikelihoods(TInput, Double)
Computes the log-likelihood that the given input vector belongs to each of the possible classes.
(Inherited from MultilabelLikelihoodClassifierBaseTInput.)
Public methodLogLikelihoods(TInput, Boolean, 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 MultilabelLikelihoodClassifierBaseTInput.)
LogLikelihoods(TInput, Boolean, Double)
LogLikelihoods(TInput, Boolean, Double)
LogLikelihoods(TInput, Boolean, Double)
Public methodLogLikelihoods(TInput, Double, 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 MultilabelLikelihoodClassifierBaseTInput.)
LogLikelihoods(TInput, Double, Double)
LogLikelihoods(TInput, Double, Double)
LogLikelihoods(TInput, Double, Double)
LogLikelihoods(TInput, Double, Double)
Public methodLogLikelihoods(TInput, Boolean, Double)
Predicts a class label vector for the given input vector, returning the log-likelihoods of the input vector belonging to each possible class.
(Overrides MultilabelLikelihoodClassifierBaseTInputLogLikelihoods(TInput, Boolean, Double).)
Top
See Also