Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.algorithm.clustering.OPTICS.COEntry

Packages that use OPTICS.COEntry
de.lmu.ifi.dbs.elki.algorithm.clustering Clustering algorithms Clustering algorithms are supposed to implement the Algorithm-Interface. 
 

Uses of OPTICS.COEntry in de.lmu.ifi.dbs.elki.algorithm.clustering
 

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

Methods in de.lmu.ifi.dbs.elki.algorithm.clustering with parameters of type OPTICS.COEntry
private  void OPTICS.updateHeap(D reachability, OPTICS.COEntry entry)
          Adds the specified entry with the specified key tp the heap.
 


Release 0.2.1 (2009-07-13_1605)