Verwendungen von Klasse
opennlp.tools.ml.naivebayes.Probability
Packages, die Probability verwenden
Package
Beschreibung
Package related to ML by means of the Naive Bayes algorithm.
-
Verwendungen von Probability in opennlp.tools.ml.naivebayes
Unterklassen von Probability in opennlp.tools.ml.naivebayesModifizierer und TypKlasseBeschreibungclass
A class implementing the logarithmicProbability
for a label.Methoden in opennlp.tools.ml.naivebayes mit Parametern vom Typ ProbabilityModifizierer und TypMethodeBeschreibungboolean
LogProbability.isLarger
(Probability<T> probability) boolean
Probability.isLarger
(Probability<T> probability) Checks if a probability is greater than the old one.void
LogProbabilities.set
(T t, Probability<T> probability) Assigns aprobability
to a labelt
, discarding any previously assigned probability.void
LogProbability.set
(Probability<T> probability) Assigns aprobability
to a label, discarding any previously assigned probability.void
Probabilities.set
(T t, Probability<T> probability) Assigns a probability to a labelt
, discarding any previously assigned probability.void
Probability.set
(Probability<T> probability) Assigns a probability to a label, discarding any previously assigned probability.void
LogProbability.setIfLarger
(Probability<T> probability) Assigns aprobability
to a label, discarding any previously assigned probability, if the new probability is greater than the old one.void
Probability.setIfLarger
(Probability<T> probability) Assigns a probability to a label, discarding any previously assigned probability, if the new probability is greater than the old one.