Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Package
de.lmu.ifi.dbs.elki.utilities.heap

Packages that use de.lmu.ifi.dbs.elki.utilities.heap
de.lmu.ifi.dbs.elki.algorithm.clustering Package collects clustering algorithms. 
de.lmu.ifi.dbs.elki.algorithm.clustering.correlation Package to collect correlation clustering algorithms suitable as a task for the KDDTask main routine. 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.util Package collects helper classes for the variants of the M-Tree. 
de.lmu.ifi.dbs.elki.utilities.heap Package collects variants of heap structures. 
 

Classes in de.lmu.ifi.dbs.elki.utilities.heap used by de.lmu.ifi.dbs.elki.algorithm.clustering
Heap
          Encapsulates methods common to all heaps.
 

Classes in de.lmu.ifi.dbs.elki.utilities.heap used by de.lmu.ifi.dbs.elki.algorithm.clustering.correlation
DefaultHeap
          Implementation of a heap-based priority queue.
 

Classes in de.lmu.ifi.dbs.elki.utilities.heap used by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.util
DefaultHeapNode
          A default implementation of an object that can be stored in a heap.
HeapNode
          Defines the requirements for an object that can be used as a node in a Heap.
 

Classes in de.lmu.ifi.dbs.elki.utilities.heap used by de.lmu.ifi.dbs.elki.utilities.heap
Deap
          Subclass of a MinMaxHeap that can be an entry in a persistent heap.
DefaultIdentifiable
          Default implementation of the identifiable interface.
Heap
          Encapsulates methods common to all heaps.
HeapNode
          Defines the requirements for an object that can be used as a node in a Heap.
MinMaxHeap
          A double-ended priority queue implemented as a binary heap.
 


Release 0.1 (2008-07-10_1838)