Click or drag to resize
Accord.NET (logo)

MulticlassLikelihoodClassifierBaseTInputProbabilities 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 vector belongs to each of the possible classes.
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.
Public methodProbabilities(TInput, Double)
Computes the probabilities that the given input vector belongs to each of the possible classes.
Public methodProbabilities(TInput, Int32)
Predicts a class label vector for the given input vector, returning the probabilities of the input vector belonging to each possible class.
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.
Public methodProbabilities(TInput, Double)
Computes the probabilities that the given input vector belongs to each of the possible classes.
Public methodProbabilities(TInput, Int32)
Predicts a class label vector for each input vector, returning the probabilities of the input vector belonging to each possible class.
Public methodProbabilities(TInput, Double, Double)
Predicts a class label vector for the given input vector, returning the probabilities of the input vector belonging to each possible class.
Public methodProbabilities(TInput, Int32, Double)
Predicts a class label vector for the given input vector, returning the probabilities of the input vector belonging to each possible class.
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.
Public methodProbabilities(TInput, Int32, Double)
Predicts a class label vector for each input vector, returning the probabilities of the input vector belonging to each possible class.
Top
See Also