Uses of Class
elki.clustering.optics.DeLiClu.SpatialObjectPair
-
Packages that use DeLiClu.SpatialObjectPair Package Description elki.clustering.optics OPTICS family of clustering algorithms. -
-
Uses of DeLiClu.SpatialObjectPair in elki.clustering.optics
Fields in elki.clustering.optics with type parameters of type DeLiClu.SpatialObjectPair Modifier and Type Field Description private UpdatableHeap<DeLiClu.SpatialObjectPair>
DeLiClu. heap
The priority queue for the algorithm.Methods in elki.clustering.optics with parameters of type DeLiClu.SpatialObjectPair Modifier and Type Method Description int
DeLiClu.SpatialObjectPair. compareTo(DeLiClu.SpatialObjectPair other)
Compares this object with the specified object for order.private void
DeLiClu. expandNodes(DeLiCluTree index, DeLiClu.SpatialObjectPair nodePair, DataStore<KNNList> knns)
Expands the spatial nodes of the specified pair.
-