Click or drag to resize
Accord.NET (logo)

IMultilabelLikelihoodClassifierTInputProbabilities Method

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