| Package | Description |
|---|---|
| org.tinspin.index.kdtree |
| Modifier and Type | Method and Description |
|---|---|
KDEntryDist<T> |
KDTree.nnQuery(double[] center)
1-nearest neighbor query.
|
KDEntryDist<T> |
KDTree.query1NN(double[] center) |
| Modifier and Type | Method and Description |
|---|---|
List<KDEntryDist<T>> |
KDTree.knnQuery(double[] center,
int k) |
Copyright © 2018. All rights reserved.