Uses of Class
opennlp.tools.ml.model.ComparablePredicate
Packages that use ComparablePredicate
Package
Description
Package related to Machine Learning (ML) features of OpenNLP, the related ML models, and trainers.
Package related to the I/O functionality of the maxent package including reading
and writing models in several formats.
Package related to ML models and feature selection techniques.
Package related to ML by means of the Naive Bayes algorithm.
Package related to ML by means of the perceptron algorithm.
-
Uses of ComparablePredicate in opennlp.tools.ml
Methods in opennlp.tools.ml that return ComparablePredicateModifier and TypeMethodDescriptionprotected abstract ComparablePredicate[]
AbstractMLModelWriter.sortValues()
Sorts and optimizes the model parameters.Methods in opennlp.tools.ml that return types with arguments of type ComparablePredicateModifier and TypeMethodDescriptionprotected List<List<ComparablePredicate>>
AbstractMLModelWriter.compressOutcomes
(ComparablePredicate[] sorted) Compresses outcome patterns.protected List<List<ComparablePredicate>>
AbstractMLModelWriter.computeOutcomePatterns
(ComparablePredicate[] sorted) Computes outcome patterns viapredicates
.Methods in opennlp.tools.ml with parameters of type ComparablePredicateModifier and TypeMethodDescriptionprotected List<List<ComparablePredicate>>
AbstractMLModelWriter.compressOutcomes
(ComparablePredicate[] sorted) Compresses outcome patterns.protected List<List<ComparablePredicate>>
AbstractMLModelWriter.computeOutcomePatterns
(ComparablePredicate[] sorted) Computes outcome patterns viapredicates
. -
Uses of ComparablePredicate in opennlp.tools.ml.maxent.io
Methods in opennlp.tools.ml.maxent.io that return ComparablePredicateModifier and TypeMethodDescriptionprotected ComparablePredicate[]
GISModelWriter.sortValues()
Sorts and optimizes the model parameters. -
Uses of ComparablePredicate in opennlp.tools.ml.model
Methods in opennlp.tools.ml.model with parameters of type ComparablePredicate -
Uses of ComparablePredicate in opennlp.tools.ml.naivebayes
Methods in opennlp.tools.ml.naivebayes that return ComparablePredicateModifier and TypeMethodDescriptionprotected ComparablePredicate[]
NaiveBayesModelWriter.sortValues()
Sorts and optimizes the model parameters. -
Uses of ComparablePredicate in opennlp.tools.ml.perceptron
Methods in opennlp.tools.ml.perceptron that return ComparablePredicateModifier and TypeMethodDescriptionprotected ComparablePredicate[]
PerceptronModelWriter.sortValues()
Sorts and optimizes the model parameters.