Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.utilities.heap.DefaultHeap

Packages that use DefaultHeap
de.lmu.ifi.dbs.elki.algorithm.clustering.correlation Package to collect correlation clustering algorithms suitable as a task for the KDDTask main routine. 
 

Uses of DefaultHeap in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation
 

Methods in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation with parameters of type DefaultHeap
private  CASHInterval CASH.determineNextIntervalAtMaxLevel(DefaultHeap<Integer,CASHInterval> heap)
          Determines the next ''best'' interval at maximum level, i.e. the next interval containing the most unprocessed obejcts.
private  CASHInterval CASH.doDetermineNextIntervalAtMaxLevel(DefaultHeap<Integer,CASHInterval> heap)
          Recursive helper method to determine the next ''best'' interval at maximum level, i.e. the next interval containing the most unprocessed obejcts
private  void CASH.initHeap(DefaultHeap<Integer,CASHInterval> heap, Database<ParameterizationFunction> database, int dim, Set<Integer> ids)
          Initializes the heap with the root intervals.
 


Release 0.1 (2008-07-10_1838)