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