Package | Description |
---|---|
org.openimaj.knn.pq | |
org.openimaj.util.queue |
Class and Description |
---|
BoundedPriorityQueue
A bounded priority queue based on an
InvertedPriorityQueue . |
Class and Description |
---|
InvertedPriorityQueue
This class provides an inverted
PriorityQueue implementation, where
objects that are higher (according to the provided Comparator or the
natural order) come first. |