IMulticlassLikelihoodClassifierBaseTInput, TClasses Interface |
Namespace: Accord.MachineLearning
public interface IMulticlassLikelihoodClassifierBase<TInput, TClasses> : IMulticlassScoreClassifierBase<TInput, TClasses>
Name | Description | |
---|---|---|
LogLikelihood(TInput, TClasses) |
Predicts a class label for each input vector, returning the
log-likelihood that each vector belongs to its predicted class.
| |
LogLikelihood(TInput, TClasses, Double) |
Predicts a class label for each input vector, returning the
log-likelihood that each vector belongs to its predicted class.
| |
Probability(TInput, TClasses) |
Predicts a class label for each input vector, returning the
probability that each vector belongs to its predicted class.
| |
Probability(TInput, TClasses, Double) |
Predicts a class label for each input vector, returning the
probability that each vector belongs to its predicted class.
| |
Score(TInput, TClasses) |
Predicts a class label for each input vector, returning a
numerical score measuring the strength of association of the
input vector to the most strongly related class.
(Inherited from IMulticlassScoreClassifierBaseTInput, TClasses.) | |
Score(TInput, TClasses, Double) |
Predicts a class label for each input vector, returning a
numerical score measuring the strength of association of the
input vector to the most strongly related class.
(Inherited from IMulticlassScoreClassifierBaseTInput, TClasses.) |