| Package | Description |
|---|---|
| org.tinspin.index.rtree |
| Modifier and Type | Class and Description |
|---|---|
static class |
DistanceFunction.FarthestNeighbor
Special wrapper class which takes the inverse or the given function.
|
static class |
DistanceFunction.RectangleDist
This class calculates the distance to a rectangular shaped object.
|
| Modifier and Type | Field and Description |
|---|---|
static DistanceFunction |
DistanceFunction.CENTER |
static DistanceFunction |
DistanceFunction.EDGE |
| Modifier and Type | Method and Description |
|---|---|
RTreeQueryKnn<T> |
RTree.queryKNN(double[] center,
int k,
DistanceFunction dist) |
Iterable<RectangleEntryDist<T>> |
RTree.queryRangedNearestNeighbor(double[] center,
DistanceFunction dist,
DistanceFunction closestDist,
double[] minBound,
double[] maxBound) |
Iterable<RectangleEntryDist<T>> |
RTree.queryRangedNearestNeighbor(double[] center,
DistanceFunction dist,
DistanceFunction closestDist,
Filter filter)
This methods returns an Iterable which returns the nodes by a combined range and
nearest number search.
|
DistEntry<T> |
RTreeQuery1NN.reset(double[] center,
DistanceFunction dist) |
void |
RTreeQueryKnn.reset(double[] center,
int k,
DistanceFunction dist) |
| Constructor and Description |
|---|
FarthestNeighbor(DistanceFunction dist) |
RTreeQueryKnn(RTree<T> tree,
double[] center,
int k,
DistanceFunction dist) |
Copyright © 2017. All rights reserved.