| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.algorithm.clustering | 
 Clustering algorithms. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private UpdatableHeap<DeLiClu.SpatialObjectPair> | 
DeLiClu.heap
The priority queue for the algorithm. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
DeLiClu.SpatialObjectPair.compareTo(DeLiClu.SpatialObjectPair other)
Compares this object with the specified object for order. 
 | 
private void | 
DeLiClu.expandNodes(DeLiCluTree index,
           SpatialPrimitiveDistanceFunction<NV,D> distFunction,
           DeLiClu.SpatialObjectPair nodePair,
           DataStore<KNNList<D>> knns)
Expands the spatial nodes of the specified pair. 
 |