Click or drag to resize
Accord.NET (logo)

BinaryLikelihoodClassifierBaseTInputLogLikelihood Method

Overload List
  NameDescription
Public methodLogLikelihood(TInput)
Predicts a class label vector for the given input vector, returning the log-likelihood that the input vector belongs to its predicted class.
Public methodLogLikelihood(TInput)
Predicts a class label vector for the given input vector, returning the log-likelihood that the input vector belongs to its predicted class.
Public methodLogLikelihood(TInput, Boolean)
Predicts a class label vector for the given input vector, returning the log-likelihood that the input vector belongs to its predicted class.
Public methodLogLikelihood(TInput, Double)
Predicts a class label vector for the given input vector, returning the log-likelihood that the input vector belongs to its predicted class.
Public methodLogLikelihood(TInput, Int32)
Predicts a class label vector for the given input vector, returning the log-likelihood that the input vector belongs to its predicted class.
Public methodLogLikelihood(TInput, Boolean)
Predicts a class label for each input vector, returning the log-likelihood that each vector belongs to its predicted class.
Public methodLogLikelihood(TInput, Double)
Predicts a class label vector for the given input vectors, returning the log-likelihood that the input vector belongs to its predicted class.
Public methodLogLikelihood(TInput, Double)
Predicts a class label for each input vector, returning the log-likelihood that each vector belongs to its predicted class.
Public methodLogLikelihood(TInput, Int32)
Predicts a class label for each input vector, returning the log-likelihood that each vector belongs to its predicted class.
Public methodLogLikelihood(TInput, Boolean, Double)
Predicts a class label for each input vector, returning the log-likelihood that each vector belongs to its predicted class.
Public methodLogLikelihood(TInput, Double, Double)
Predicts a class label for each input vector, returning the log-likelihood that each vector belongs to its predicted class.
Public methodLogLikelihood(TInput, Int32, Double)
Predicts a class label for each input vector, returning the log-likelihood that each vector belongs to its predicted class.
Top
See Also