Uses of Class
de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.cash.CASHInterval

Packages that use CASHInterval
de.lmu.ifi.dbs.elki.algorithm.clustering.correlation Correlation clustering algorithms 
de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.cash Helper classes for the CASH algorithm. 
 

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

Methods in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation that return CASHInterval
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
 

Methods in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation with parameters of type CASHInterval
private  Database CASH.buildDerivatorDB(Relation<ParameterizationFunction> relation, CASHInterval interval)
          Builds a database for the derivator consisting of the ids in the specified interval.
private  Matrix CASH.runDerivator(Relation<ParameterizationFunction> relation, int dim, CASHInterval interval, ModifiableDBIDs ids)
          Runs the derivator on the specified interval and assigns all points having a distance less then the standard deviation of the derivator model to the model to this model.
 

Method parameters in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation with type arguments of type CASHInterval
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 CASHInterval in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.cash
 

Fields in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.cash declared as CASHInterval
private  CASHInterval CASHInterval.leftChild
          Holds the left child.
private  CASHInterval CASHInterval.rightChild
          Holds the right child.
 

Methods in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.cash that return CASHInterval
 CASHInterval CASHInterval.getLeftChild()
          Returns the left child of this interval.
 CASHInterval CASHInterval.getRightChild()
          Returns the right child of this interval.
 

Methods in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.cash with parameters of type CASHInterval
 int CASHInterval.compareTo(CASHInterval other)
          Compares this object with the specified object for order.
 


Release 0.4.0 (2011-09-20_1324)