IMulticlassLikelihoodClassifierTInputProbability Method |
Name | Description | |
---|---|---|
Probability(TInput) |
Predicts a class label for the given input vector, returning the
probability that the input vector belongs to its predicted class.
| |
Probability(TInput) |
Predicts a class label for the given input vectors, returning the
probability that the input vector belongs to its predicted class.
| |
Probability(TInput, Double) |
Predicts a class label for the given input vectors, returning the
probability that the input vector belongs to its predicted class.
| |
Probability(TInput, TClasses) |
Predicts a class label for each input vector, returning the
probability that each vector belongs to its predicted class.
(Inherited from IMulticlassLikelihoodClassifierBaseTInput, TClasses.) | |
Probability(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.
(Inherited from IMulticlassOutLikelihoodClassifierTInput, TClasses.) | |
Probability(TInput, TClasses) | ||
Probability(TInput, Int32) |
Computes the probability that the given input vector
belongs to the specified classIndex.
(Inherited from IMultilabelLikelihoodClassifierTInput.) | |
Probability(TInput, Int32) |
Computes the probability that the given input vectors
belongs to each class specified in classIndex.
(Inherited from IMultilabelLikelihoodClassifierTInput.) | |
Probability(TInput, Int32) |
Computes the probability that the given input vectors
belongs to each class specified in classIndex.
(Inherited from IMultilabelLikelihoodClassifierTInput.) | |
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 IMulticlassLikelihoodClassifierBaseTInput, TClasses.) | |
Probability(TInput, TClasses, Double) | ||
Probability(TInput, Int32, Double) |
Computes the probability that the given input vectors
belongs to each class specified in classIndex.
(Inherited from IMultilabelLikelihoodClassifierTInput.) | |
Probability(TInput, Int32, Double) |
Computes the probability that the given input vectors
belongs to each class specified in classIndex.
(Inherited from IMultilabelLikelihoodClassifierTInput.) |