Package | Description |
---|---|
de.lmu.ifi.dbs.elki.index.tree.query |
Classes related to generic tree queries.
|
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.query |
Queries on the R-Tree family of indexes: kNN and range queries.
|
Modifier and Type | Class and Description |
---|---|
class |
DoubleMTreeDistanceSearchCandidate
Encapsulates the attributes for a object that can be stored in a heap.
|
Modifier and Type | Method and Description |
---|---|
int |
DoubleDistanceSearchCandidate.compareTo(DoubleDistanceSearchCandidate o) |
Modifier and Type | Method and Description |
---|---|
private double |
RStarTreeKNNQuery.expandNode(O object,
KNNHeap knnList,
ComparableMinHeap<DoubleDistanceSearchCandidate> pq,
double maxDist,
int nodeID) |
private double |
EuclideanRStarTreeKNNQuery.expandNode(O object,
KNNHeap knnList,
ComparableMinHeap<DoubleDistanceSearchCandidate> pq,
double maxDist,
int nodeID) |
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.