Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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(DefaultHeap<Integer,CASHInterval> heap)
          Determines the next ''best'' interval at maximum level, i.e. the next interval containing the most unprocessed objects.
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 objects
 

Methods in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation with parameters of type CASHInterval
private  Database<DoubleVector> CASH.buildDerivatorDB(Database<ParameterizationFunction> database, CASHInterval interval)
          Builds a database for the derivator consisting of the ids in the specified interval.
private  Matrix CASH.runDerivator(Database<ParameterizationFunction> database, int dim, CASHInterval interval, Set<Integer> 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(DefaultHeap<Integer,CASHInterval> heap)
          Determines the next ''best'' interval at maximum level, i.e. the next interval containing the most unprocessed objects.
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 objects
private  void CASH.initHeap(DefaultHeap<Integer,CASHInterval> heap, Database<ParameterizationFunction> database, int dim, Set<Integer> 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.2.1 (2009-07-13_1605)