Click or drag to resize
Accord.NET (logo)

IMulticlassLikelihoodClassifierTInputLogLikelihood 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 vectors, 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 vectors, returning the log-likelihood that the input vector belongs to its predicted class.
Public methodLogLikelihood(TInput, TClasses)
Predicts a class label for each input vector, returning the log-likelihood that each vector belongs to its predicted class.
(Inherited from IMulticlassLikelihoodClassifierBaseTInput, TClasses.)
LogLikelihood(TInput, TClasses)
Public methodLogLikelihood(TInput, TClasses)
Predicts a class label vector for the given input vector, returning the log-likelihood that the input vector belongs to its predicted class.
(Inherited from IMulticlassOutLikelihoodClassifierTInput, TClasses.)
LogLikelihood(TInput, TClasses)
Public methodLogLikelihood(TInput, Int32)
Computes the log-likelihood that the given input vector belongs to the specified classIndex.
(Inherited from IMultilabelLikelihoodClassifierTInput.)
Public methodLogLikelihood(TInput, Int32)
Computes the log-likelihood that the given input vectors belongs to each class specified in classIndex.
(Inherited from IMultilabelLikelihoodClassifierTInput.)
Public methodLogLikelihood(TInput, Int32)
Computes the log-likelihood that the given input vectors belongs to each class specified in classIndex.
(Inherited from IMultilabelLikelihoodClassifierTInput.)
Public methodLogLikelihood(TInput, TClasses, Double)
Predicts a class label for each input vector, returning the log-likelihood that each vector belongs to its predicted class.
(Inherited from IMulticlassLikelihoodClassifierBaseTInput, TClasses.)
LogLikelihood(TInput, TClasses, Double)
Public methodLogLikelihood(TInput, Int32, Double)
Computes the log-likelihood that the given input vectors belongs to each class specified in classIndex.
(Inherited from IMultilabelLikelihoodClassifierTInput.)
Public methodLogLikelihood(TInput, Int32, Double)
Computes the log-likelihood that the given input vectors belongs to each class specified in classIndex.
(Inherited from IMultilabelLikelihoodClassifierTInput.)
Top
See Also