Uses of Class
de.lmu.ifi.dbs.elki.utilities.datastructures.heap.IntegerPriorityObject

Packages that use IntegerPriorityObject
de.lmu.ifi.dbs.elki.algorithm.clustering.correlation Correlation clustering algorithms 
de.lmu.ifi.dbs.elki.utilities.datastructures.heap Heap structures and variations such as bounded priority heaps. 
 

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

Method parameters in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation with type arguments of type IntegerPriorityObject
private  CASHInterval CASH.determineNextIntervalAtMaxLevel(Heap<IntegerPriorityObject<CASHInterval>> heap)
          Determines the next ''best'' interval at maximum level, i.e. the next interval containing the most unprocessed objects.
private  CASHInterval CASH.doDetermineNextIntervalAtMaxLevel(Heap<IntegerPriorityObject<CASHInterval>> heap)
          Recursive helper method to determine the next ''best'' interval at maximum level, i.e. the next interval containing the most unprocessed objects
private  void CASH.initHeap(Heap<IntegerPriorityObject<CASHInterval>> heap, Relation<ParameterizationFunction> relation, int dim, DBIDs ids)
          Initializes the heap with the root intervals.
 

Uses of IntegerPriorityObject in de.lmu.ifi.dbs.elki.utilities.datastructures.heap
 

Methods in de.lmu.ifi.dbs.elki.utilities.datastructures.heap with parameters of type IntegerPriorityObject
 int IntegerPriorityObject.compareTo(IntegerPriorityObject<?> o)
           
 


Release 0.4.0 (2011-09-20_1324)