| Package | Description |
|---|---|
| org.tinspin.index | |
| org.tinspin.index.phtree | |
| org.tinspin.index.rtree |
| Modifier and Type | Method and Description |
|---|---|
QueryIteratorKNN<RectangleEntryDist<T>> |
RectangleIndex.queryKNN(double[] center,
int k)
Finds the nearest neighbor.
|
QueryIteratorKNN<PointEntryDist<T>> |
PointIndexWrapper.queryKNN(double[] center,
int k) |
QueryIteratorKNN<PointEntryDist<T>> |
PointIndex.queryKNN(double[] center,
int k)
Finds the nearest neighbor.
|
| Modifier and Type | Method and Description |
|---|---|
QueryIteratorKNN<RectangleEntryDist<T>> |
PHTreeR.queryKNN(double[] center,
int k) |
QueryIteratorKNN<PointEntryDist<T>> |
PHTreeP.queryKNN(double[] center,
int k) |
| Modifier and Type | Class and Description |
|---|---|
class |
RTreeQueryKnn<T>
kNN search with EDGE distance and presorting of entries.
|
Copyright © 2017. All rights reserved.