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 theCASHalgorithm. -
-
Uses of CASHInterval in elki.clustering.correlation
Methods in elki.clustering.correlation that return CASHInterval Modifier and Type Method Description private CASHIntervalCASH. determineNextIntervalAtMaxLevel(ObjectHeap<CASHInterval> heap)Determines the next ''best'' interval at maximum level, i.e. the next interval containing the most unprocessed objects.private CASHIntervalCASH. 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 CASHIntervalCASH. determineNextIntervalAtMaxLevel(ObjectHeap<CASHInterval> heap)Determines the next ''best'' interval at maximum level, i.e. the next interval containing the most unprocessed objects.private CASHIntervalCASH. 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 voidCASH. 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 CASHIntervalCASHInterval. leftChildHolds the left child.private CASHIntervalCASHInterval. rightChildHolds the right child.Methods in elki.clustering.correlation.cash that return CASHInterval Modifier and Type Method Description CASHIntervalCASHInterval. getLeftChild()Returns the left child of this interval.CASHIntervalCASHInterval. getRightChild()Returns the right child of this interval.Methods in elki.clustering.correlation.cash with parameters of type CASHInterval Modifier and Type Method Description intCASHInterval. compareTo(CASHInterval other)
-