Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.clustering.optics |
OPTICS family of 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> distFunction,
DeLiClu.SpatialObjectPair nodePair,
DataStore<KNNList> knns)
Expands the spatial nodes of the specified pair.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.