IMultilabelRefLikelihoodClassifierTInput, TClassesLogLikelihoods Method |
Name | Description | |
---|---|---|
LogLikelihoods(TInput, TClasses) |
Predicts a class label vector for each input vector, returning the
log-likelihoods of the input vector belonging to each possible class.
(Inherited from IMultilabelLikelihoodClassifierBaseTInput, TClasses.) | |
LogLikelihoods(TInput, TClasses) |
Predicts a class label vector for the given input vector, returning the
log-likelihoods of the input vector belonging to each possible class.
| |
LogLikelihoods(TInput, TClasses, Double) |
Predicts a class label vector for each input vector, returning the
log-likelihoods of the input vector belonging to each possible class.
(Inherited from IMultilabelLikelihoodClassifierBaseTInput, TClasses.) | |
LogLikelihoods(TInput, TClasses, Double) |
Predicts a class label vector for the given input vector, returning the
log-likelihoods of the input vector belonging to each possible class.
|