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 |
GenericMTreeDistanceSearchCandidate<D extends Distance<D>>
Encapsulates the attributes for a object that can be stored in a heap.
|
Modifier and Type | Method and Description |
---|---|
int |
GenericDistanceSearchCandidate.compareTo(GenericDistanceSearchCandidate<D> o) |
Modifier and Type | Method and Description |
---|---|
private D |
GenericRStarTreeKNNQuery.expandNode(O object,
KNNHeap<D> knnList,
Heap<GenericDistanceSearchCandidate<D>> pq,
D maxDist,
int nodeID) |