IMulticlassLikelihoodClassifierTInputLogLikelihood Method |
Name | Description | |
---|---|---|
LogLikelihood(TInput) |
Predicts a class label vector for the given input vector, returning the
log-likelihood that the input vector belongs to its predicted class.
| |
LogLikelihood(TInput) |
Predicts a class label vector for the given input vectors, returning the
log-likelihood that the input vector belongs to its predicted class.
| |
LogLikelihood(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.
| |
LogLikelihood(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) | ||
LogLikelihood(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) | ||
LogLikelihood(TInput, Int32) |
Computes the log-likelihood that the given input vector
belongs to the specified classIndex.
(Inherited from IMultilabelLikelihoodClassifierTInput.) | |
LogLikelihood(TInput, Int32) |
Computes the log-likelihood that the given input vectors
belongs to each class specified in classIndex.
(Inherited from IMultilabelLikelihoodClassifierTInput.) | |
LogLikelihood(TInput, Int32) |
Computes the log-likelihood that the given input vectors
belongs to each class specified in classIndex.
(Inherited from IMultilabelLikelihoodClassifierTInput.) | |
LogLikelihood(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) | ||
LogLikelihood(TInput, Int32, Double) |
Computes the log-likelihood that the given input vectors
belongs to each class specified in classIndex.
(Inherited from IMultilabelLikelihoodClassifierTInput.) | |
LogLikelihood(TInput, Int32, Double) |
Computes the log-likelihood that the given input vectors
belongs to each class specified in classIndex.
(Inherited from IMultilabelLikelihoodClassifierTInput.) |