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 TypKlasseBeschreibungclassA class implementing the logarithmicProbabilityfor a label.Methoden in opennlp.tools.ml.naivebayes mit Parametern vom Typ ProbabilityModifizierer und TypMethodeBeschreibungbooleanLogProbability.isLarger(Probability<T> probability) booleanProbability.isLarger(Probability<T> probability) Checks if a probability is greater than the old one.voidLogProbabilities.set(T t, Probability<T> probability) Assigns aprobabilityto a labelt, discarding any previously assigned probability.voidLogProbability.set(Probability<T> probability) Assigns aprobabilityto a label, discarding any previously assigned probability.voidProbabilities.set(T t, Probability<T> probability) Assigns a probability to a labelt, discarding any previously assigned probability.voidProbability.set(Probability<T> probability) Assigns a probability to a label, discarding any previously assigned probability.voidLogProbability.setIfLarger(Probability<T> probability) Assigns aprobabilityto a label, discarding any previously assigned probability, if the new probability is greater than the old one.voidProbability.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.