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 Clustering algorithms Clustering algorithms are supposed to implement the Algorithm-Interface. 
 

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, AnnotationResult<KNNList<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.
 


Release 0.2.1 (2009-07-13_1605)