Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.algorithm.clustering.DeLiClu.SpatialObjectPair

Packages that use DeLiClu.SpatialObjectPair
de.lmu.ifi.dbs.elki.algorithm.clustering Package collects clustering algorithms. 
 

Uses of DeLiClu.SpatialObjectPair in de.lmu.ifi.dbs.elki.algorithm.clustering
 

Fields in de.lmu.ifi.dbs.elki.algorithm.clustering with type parameters of type DeLiClu.SpatialObjectPair
private  Heap<D,DeLiClu.SpatialObjectPair> DeLiClu.heap
          The priority queue for the algorithm.
 

Methods in de.lmu.ifi.dbs.elki.algorithm.clustering with parameters of type DeLiClu.SpatialObjectPair
private  void DeLiClu.expandNodes(DeLiCluTree<O> index, SpatialDistanceFunction<O,D> distFunction, DeLiClu.SpatialObjectPair nodePair, KNNJoinResult<O,D> knns)
          Expands the spatial nodes of the specified pair.
private  void DeLiClu.updateHeap(D reachability, DeLiClu.SpatialObjectPair pair)
          Adds the specified entry with the specified key tp the heap.
 

Method parameters in de.lmu.ifi.dbs.elki.algorithm.clustering with type arguments of type DeLiClu.SpatialObjectPair
 int DeLiClu.SpatialObjectPair.compareTo(Identifiable<DeLiClu.SpatialObjectPair> o)
          Compares this object with the specified object for order.
 


Release 0.1 (2008-07-10_1838)