Uses of Class
opennlp.tools.ml.model.ComparablePredicate
Packages that use ComparablePredicate
-
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.model
Classes in opennlp.tools.ml.model that implement interfaces with type arguments of type ComparablePredicateModifier and TypeClassDescriptionclassA maxent predicate representation which we can use to sort based on the outcomes.Methods in opennlp.tools.ml.model with parameters of type ComparablePredicate