Uses of Class
elki.clustering.subspace.PROCLUS.DoubleIntInt
-
Packages that use PROCLUS.DoubleIntInt Package Description elki.clustering.subspace Axis-parallel subspace clustering algorithms. -
-
Uses of PROCLUS.DoubleIntInt in elki.clustering.subspace
Methods in elki.clustering.subspace that return types with arguments of type PROCLUS.DoubleIntInt Modifier and Type Method Description private java.util.List<PROCLUS.DoubleIntInt>
PROCLUS. computeZijs(double[][] averageDistances, int dim)
Compute the z_ij values.Methods in elki.clustering.subspace with parameters of type PROCLUS.DoubleIntInt Modifier and Type Method Description int
PROCLUS.DoubleIntInt. compareTo(PROCLUS.DoubleIntInt o)
Method parameters in elki.clustering.subspace with type arguments of type PROCLUS.DoubleIntInt Modifier and Type Method Description private long[][]
PROCLUS. computeDimensionMap(java.util.List<PROCLUS.DoubleIntInt> z_ijs, int dim, int numc)
Compute the dimension map.
-