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