| BKDRadixSelector |
Offline Radix selector for BKD tree.
|
| BKDRadixSelector.PathSlice |
Sliced reference to points in an PointWriter.
|
| BKDReader |
Handles intersection of an multi-dimensional shape in byte[] space with a block KD-tree previously written with BKDWriter.
|
| BKDReader.BKDReaderDocIDSetIterator |
|
| BKDReader.IntersectState |
|
| BKDWriter |
Recursively builds a block KD-tree to assign all incoming points in N-dim space to smaller
and smaller N-dim rectangles (cells) until the number of points in a given
rectangle is <= maxPointsInLeafNode.
|
| HeapPointReader |
Utility class to read buffered points from in-heap arrays.
|
| HeapPointWriter |
Utility class to write new points into in-heap arrays.
|
| MutablePointsReaderUtils |
Utility APIs for sorting and partitioning buffered points.
|
| OfflinePointReader |
Reads points from disk in a fixed-with format, previously written with OfflinePointWriter.
|
| OfflinePointWriter |
Writes points to disk in a fixed-with format.
|