HiddenMarkovClassifierLogLikelihood Method |
Name | Description | |
---|---|---|
LogLikelihood(TInput) |
Computes the log-likelihood that the given input
vectors belongs to each of the possible classes.
(Inherited from MulticlassLikelihoodClassifierBaseTInput.) | |
LogLikelihood(TObservation) |
Computes the log-likelihood that the given input vector
belongs to its decided class.
(Inherited from BaseHiddenMarkovClassifierTModel, TDistribution, TObservation.) | |
LogLikelihood(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 MulticlassLikelihoodClassifierBaseTInput.) | |
LogLikelihood(TInput, Double) |
Computes the log-likelihood that the given input
vectors belongs to each of the possible classes.
(Inherited from MulticlassLikelihoodClassifierBaseTInput.) | |
LogLikelihood(TInput, Int32) |
Computes the log-likelihood that the given input vector
belongs to the specified classIndex.
(Inherited from MulticlassLikelihoodClassifierBaseTInput.) | |
LogLikelihood(TInput, Int32) |
Predicts a class label for each input vector, returning the
log-likelihood that each vector belongs to its predicted class.
(Inherited from MulticlassLikelihoodClassifierBaseTInput.) | |
LogLikelihood(TInput, Int32) | ||
LogLikelihood(TObservation, Int32) |
Computes the log-likelihood that the given input vector
belongs to the specified classIndex.
(Inherited from BaseHiddenMarkovClassifierTModel, TDistribution, TObservation.) | |
LogLikelihood(TObservation, Int32) |
Computes the log-likelihood that the given input vector
belongs to its decided class.
(Inherited from BaseHiddenMarkovClassifierTModel, TDistribution, TObservation.) | |
LogLikelihood(Int32, Int32) |
Computes the log-likelihood of a set of sequences
belonging to their given respective classes according
to this classifier.
| |
LogLikelihood(TInput, Int32, Double) |
Computes the log-likelihood that the given input vector
belongs to the specified classIndex.
(Inherited from MulticlassLikelihoodClassifierBaseTInput.) | |
LogLikelihood(TInput, Int32, Double) |
Computes the log-likelihood that the given input vector
belongs to the specified classIndex.
(Inherited from MulticlassLikelihoodClassifierBaseTInput.) | |
LogLikelihood(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 MulticlassLikelihoodClassifierBaseTInput.) | |
LogLikelihood(TInput, Int32, Double) |