![]() |
MulticlassLikelihoodClassifierBase< TInput> . Probabilities Method |
Name | Description | |
---|---|---|
![]() | Probabilities(TInput) |
Computes the probabilities that the given input
vector belongs to each of the possible classes.
|
![]() | Probabilities(TInput[]) |
Computes the probabilities that the given input
vector belongs to each of the possible classes.
|
![]() | Probabilities(TInput, Double) |
Predicts a class label vector for the given input vector, returning the
probabilities of the input vector belonging to each possible class.
|
![]() | Probabilities(TInput,Double[]) |
Computes the probabilities that the given input
vector belongs to each of the possible classes.
|
![]() | Probabilities(TInput, Int32) |
Predicts a class label vector for the given input vector, returning the
probabilities of the input vector belonging to each possible class.
|
![]() | Probabilities(TInput[],Double[]) |
Predicts a class label vector for each input vector, returning the
probabilities of the input vector belonging to each possible class.
|
![]() | Probabilities(TInput[],Double[][]) |
Computes the probabilities that the given input
vector belongs to each of the possible classes.
|
![]() | Probabilities(TInput[],Int32[]) |
Predicts a class label vector for each input vector, returning the
probabilities of the input vector belonging to each possible class.
|
![]() | Probabilities(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.
|
![]() | Probabilities(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.
|
![]() | Probabilities(TInput[],Double[],Double[][]) |
Predicts a class label vector for each input vector, returning the
probabilities of the input vector belonging to each possible class.
|
![]() | Probabilities(TInput[],Int32[],Double[][]) |
Predicts a class label vector for each input vector, returning the
probabilities of the input vector belonging to each possible class.
|