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

    Modifizierer und Typ
    Klasse
    Beschreibung
    class 
    A class implementing the logarithmic Probability for a label.
    Methoden in opennlp.tools.ml.naivebayes mit Parametern vom Typ Probability
    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
    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 a probability to a label t, discarding any previously assigned probability.
    void
    LogProbability.set(Probability<T> probability)
    Assigns a probability to a label, discarding any previously assigned probability.
    void
    Probabilities.set(T t, Probability<T> probability)
    Assigns a probability to a label t, 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 a probability 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.