Uses of Class
opennlp.tools.ml.model.ComparableEvent
-
Packages that use ComparableEvent Package Description opennlp.tools.ml.model Package related to ML models and feature selection techniques. -
-
Uses of ComparableEvent in opennlp.tools.ml.model
Methods in opennlp.tools.ml.model that return types with arguments of type ComparableEvent Modifier and Type Method Description protected List<ComparableEvent>
AbstractDataIndexer. index(ObjectStream<Event> events, Map<String,Integer> predicateIndex)
Performs the data indexing.Methods in opennlp.tools.ml.model with parameters of type ComparableEvent Modifier and Type Method Description int
ComparableEvent. compareTo(ComparableEvent ce)
Method parameters in opennlp.tools.ml.model with type arguments of type ComparableEvent Modifier and Type Method Description protected int
AbstractDataIndexer. sortAndMerge(List<ComparableEvent> eventsToCompare, boolean sort)
Sorts and uniques the array of comparable events and return the number of unique events.protected int
OnePassRealValueDataIndexer. sortAndMerge(List<ComparableEvent> eventsToCompare, boolean sort)
-