|
|
BinaryLikelihoodClassifierBaseTInputProbability 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 vector, returning the
probability that the input vector belongs to its predicted class.
| |
| Probability(TInput, Boolean) |
Predicts a class label for the given input vector, returning the
probability that the input vector belongs to its predicted class.
| |
| Probability(TInput, Double) |
Predicts a class label for the given input vector, returning the
probability that the input vector belongs to its predicted class.
| |
| Probability(TInput, Int32) |
Predicts a class label for the given input vector, returning the
probability that the input vector belongs to its predicted class.
| |
| Probability(TInput, Boolean) |
Predicts a class label for each input vector, returning the
probability that each vector belongs to its predicted class.
| |
| Probability(TInput, Double) |
Predicts a class label for the given input vector, returning the
probability that the input vector belongs to its predicted class.
| |
| Probability(TInput, Double) |
Predicts a class label for each input vector, returning the
probability that each vector belongs to its predicted class.
| |
| Probability(TInput, Int32) |
Predicts a class label for each input vector, returning the
probability that each vector belongs to its predicted class.
| |
| Probability(TInput, Boolean, Double) |
Predicts a class label for each input vector, returning the
probability that each vector belongs to its predicted class.
| |
| Probability(TInput, Double, Double) |
Predicts a class label for each input vector, returning the
probability that each vector belongs to its predicted class.
| |
| Probability(TInput, Int32, Double) |
Predicts a class label for each input vector, returning the
probability that each vector belongs to its predicted class.
|