| Package | Description |
|---|---|
| org.tinspin.index.covertree |
| Modifier and Type | Method and Description |
|---|---|
static <T> CoverTree<T> |
CoverTree.create(int nDims) |
static <T> CoverTree<T> |
CoverTree.create(int nDims,
double base,
PointDistanceFunction dist) |
static <T> CoverTree<T> |
CoverTree.create(Point<T>[] data,
double base,
PointDistanceFunction distFn) |
| Constructor and Description |
|---|
CoverTreeQueryKnn(CoverTree<T> tree,
double[] center,
int k,
PointDistanceFunction dist) |
Copyright © 2018. All rights reserved.