Click or drag to resize
Accord.NET (logo)

MultilabelSupportVectorMachineTModel, TKernel, TInputProbabilities Method

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