Click or drag to resize
Accord.NET (logo)

GeneralizedLinearRegressionProbability Method

Overload List
  NameDescription
Public methodProbability(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.)
Public methodProbability(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.)
Public methodProbability(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)
Public methodProbability(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)
Public methodProbability(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).)
Public methodProbability(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)
Top
See Also