@Reference(authors="J. Kuan, P. Lewis", title="Fast k nearest neighbour search for R-tree family", booktitle="Proc. Int. Conf Information, Communications and Signal Processing, ICICS 1997", url="http://dx.doi.org/10.1109/ICICS.1997.652114") public class EuclideanRStarTreeRangeQuery<O extends NumberVector> extends RStarTreeRangeQuery<O>
J. Kuan, P. Lewis
Fast k nearest neighbour search for R-tree family
In Proc. Int. Conf Information, Communications and Signal Processing, ICICS
1997
Modifier and Type | Field and Description |
---|---|
private static SquaredEuclideanDistanceFunction |
SQUARED
Squared euclidean distance function.
|
distanceFunction, relation, tree
HINT_BULK, HINT_EXACT, HINT_HEAVY_USE, HINT_NO_CACHE, HINT_OPTIMIZED_ONLY, HINT_SINGLE
Constructor and Description |
---|
EuclideanRStarTreeRangeQuery(AbstractRStarTree<?,?,?> tree,
Relation<? extends O> relation)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
getRangeForObject(O object,
double range,
ModifiableDoubleDBIDList result)
Get the neighbors for a particular object in a given query range
|
getRangeForDBID, getRangeForDBID, getRangeForObject
private static final SquaredEuclideanDistanceFunction SQUARED
public EuclideanRStarTreeRangeQuery(AbstractRStarTree<?,?,?> tree, Relation<? extends O> relation)
tree
- Index to userelation
- Relation to use.public void getRangeForObject(O object, double range, ModifiableDoubleDBIDList result)
RangeQuery
getRangeForObject
in interface RangeQuery<O extends NumberVector>
getRangeForObject
in class RStarTreeRangeQuery<O extends NumberVector>
object
- Query objectrange
- Query rangeresult
- Neighbors output setCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.