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 Package collects clustering algorithms. 
 

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.
 

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


Release 0.1 (2008-07-10_1838)