| Modifier and Type | Class and Description |
|---|---|
class |
PointIndexWrapper<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> PointIndex<T> |
PointIndexWrapper.create(RectangleIndex<T> ind) |
| Modifier and Type | Class and Description |
|---|---|
class |
PointArray<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
CoverTree<T>
A 'faster' CoverTree implementation based on the paper:
"Faster Cover Trees", Mike Izbicki, Christian R.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KDTree<T>
A simple KD-Tree implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PHTreeP<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
QuadTreeKD<T>
This is a MX-quadtree implementation with configurable maximum depth, maximum nodes size, and
(if desired) automatic guessing of root rectangle.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QuadTreeKD2<T>
This is a MX-quadtree implementation with configurable maximum depth, maximum nodes size, and
(if desired) automatic guessing of root rectangle.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QuadTreeKD0<T>
A simple MX-quadtree implementation with configurable maximum depth, maximum nodes size, and
(if desired) automatic guessing of root rectangle.
|
Copyright © 2018. All rights reserved.