Click or drag to resize
Accord.NET (logo)

OneVsOne< TBinary, TInput> . LogLikelihood Method

Overload List
  NameDescription
Public methodLogLikelihood(TInput)
Computes the log-likelihood that the given input vector belongs to its most plausible class.
(Inherited from MulticlassLikelihoodClassifierBase<TInput>.)
Public methodLogLikelihood(TInput[])
Computes the log-likelihood that the given input vectors belongs to each of the possible classes.
(Inherited from MulticlassLikelihoodClassifierBase<TInput>.)
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.
(Inherited from MulticlassLikelihoodClassifierBase<TInput>.)
LogLikelihood(TInput, Int32)
Public methodLogLikelihood(TInput[],Double[])
Computes the log-likelihood that the given input vectors belongs to each of the possible classes.
(Inherited from MulticlassLikelihoodClassifierBase<TInput>.)
Public methodLogLikelihood(TInput[], Int32)
Computes the log-likelihood that the given input vector belongs to the specified classIndex.
(Inherited from MulticlassLikelihoodClassifierBase<TInput>.)
Public methodLogLikelihood(TInput[],Int32[])
Computes the log-likelihood that the given input vector belongs to the specified classIndex.
(Inherited from MulticlassLikelihoodClassifierBase<TInput>.)
Public methodLogLikelihood(TInput[],Int32[])
Predicts a class label for each input vector, returning the log-likelihood that each vector belongs to its predicted class.
(Inherited from MulticlassLikelihoodClassifierBase<TInput>.)
LogLikelihood(TInput[],Int32[])
Public methodLogLikelihood(TInput, Int32)
Computes the log-likelihood that the given input vector belongs to the specified classIndex.
(Overrides MulticlassLikelihoodClassifierBase<TInput>.LogLikelihood(TInput, Int32).)
Public methodLogLikelihood(TInput[], Int32,Double[])
Computes the log-likelihood that the given input vector belongs to the specified classIndex.
(Inherited from MulticlassLikelihoodClassifierBase<TInput>.)
Public methodLogLikelihood(TInput[],Int32[],Double[])
Computes the log-likelihood that the given input vector belongs to the specified classIndex.
(Inherited from MulticlassLikelihoodClassifierBase<TInput>.)
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.
(Inherited from MulticlassLikelihoodClassifierBase<TInput>.)
LogLikelihood(TInput[],Int32[],Double[])
Top
See Also