![]() |
IMulticlassOutLikelihoodClassifier< TInput, TClasses> . Probability Method |
Name | Description | |
---|---|---|
![]() | Probability(TInput[],TClasses[]) |
Predicts a class label for each input vector, returning the
probability that each vector belongs to its predicted class.
(Inherited from IMulticlassLikelihoodClassifierBase<TInput, TClasses>.) |
![]() | Probability(TInput, TClasses) |
Predicts a class label for the given input vector, returning the
probability that the input vector belongs to its predicted class.
|
![]() | Probability(TInput[],TClasses[],Double[]) |
Predicts a class label for each input vector, returning the
probability that each vector belongs to its predicted class.
(Inherited from IMulticlassLikelihoodClassifierBase<TInput, TClasses>.) |