Package | Description |
---|---|
opennlp.tools.ml.model |
Modifier and Type | Method and Description |
---|---|
protected List<ComparableEvent> |
OnePassDataIndexer.index(List<Event> events,
Map<String,Integer> predicateIndex) |
protected List<ComparableEvent> |
OnePassRealValueDataIndexer.index(List<Event> events,
Map<String,Integer> predicateIndex) |
Modifier and Type | Method and Description |
---|---|
int |
ComparableEvent.compareTo(ComparableEvent ce) |
Modifier and Type | Method and 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) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.