Uses of Class
elki.clustering.correlation.cash.CASHInterval
-
Packages that use CASHInterval Package Description elki.clustering.correlation Correlation clustering algorithms.elki.clustering.correlation.cash Helper classes for theCASH
algorithm. -
-
Uses of CASHInterval in elki.clustering.correlation
Methods in elki.clustering.correlation that return CASHInterval Modifier and Type Method Description private CASHInterval
CASH. determineNextIntervalAtMaxLevel(ObjectHeap<CASHInterval> heap)
Determines the next ''best'' interval at maximum level, i.e. the next interval containing the most unprocessed objects.private CASHInterval
CASH. doDetermineNextIntervalAtMaxLevel(ObjectHeap<CASHInterval> heap)
Recursive helper method to determine the next ''best'' interval at maximum level, i.e. the next interval containing the most unprocessed objectsMethods in elki.clustering.correlation with parameters of type CASHInterval Modifier and Type Method Description private double[][]
CASH. runDerivator(Relation<ParameterizationFunction> relation, int dim, CASHInterval interval, ModifiableDBIDs outids)
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 elki.clustering.correlation with type arguments of type CASHInterval Modifier and Type Method Description private CASHInterval
CASH. determineNextIntervalAtMaxLevel(ObjectHeap<CASHInterval> heap)
Determines the next ''best'' interval at maximum level, i.e. the next interval containing the most unprocessed objects.private CASHInterval
CASH. doDetermineNextIntervalAtMaxLevel(ObjectHeap<CASHInterval> heap)
Recursive helper method to determine the next ''best'' interval at maximum level, i.e. the next interval containing the most unprocessed objectsprivate void
CASH. initHeap(ObjectHeap<CASHInterval> heap, Relation<ParameterizationFunction> relation, int dim, DBIDs ids)
Initializes the heap with the root intervals. -
Uses of CASHInterval in elki.clustering.correlation.cash
Fields in elki.clustering.correlation.cash declared as CASHInterval Modifier and Type Field Description private CASHInterval
CASHInterval. leftChild
Holds the left child.private CASHInterval
CASHInterval. rightChild
Holds the right child.Methods in elki.clustering.correlation.cash that return CASHInterval Modifier and Type Method Description CASHInterval
CASHInterval. getLeftChild()
Returns the left child of this interval.CASHInterval
CASHInterval. getRightChild()
Returns the right child of this interval.Methods in elki.clustering.correlation.cash with parameters of type CASHInterval Modifier and Type Method Description int
CASHInterval. compareTo(CASHInterval other)
-