| 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 |
DoubleDistanceRStarTreeKNNQuery.expandNode(O object,
DoubleDistanceKNNHeap knnList,
ComparableMinHeap<DoubleDistanceSearchCandidate> pq,
double maxDist,
int nodeID) |