Click or drag to resize
Accord.NET (logo)

IMulticlassOutLikelihoodClassifierTInput, TClassesProbability Method

Overload List
  NameDescription
Public methodProbability(TInput, TClasses)
Predicts a class label for each input vector, returning the probability that each vector belongs to its predicted class.
(Inherited from IMulticlassLikelihoodClassifierBaseTInput, TClasses.)
Public methodProbability(TInput, TClasses)
Predicts a class label for the given input vector, returning the probability that the input vector belongs to its predicted class.
Public methodProbability(TInput, TClasses, Double)
Predicts a class label for each input vector, returning the probability that each vector belongs to its predicted class.
(Inherited from IMulticlassLikelihoodClassifierBaseTInput, TClasses.)
Top
See Also