Uses of Class
elki.clustering.correlation.LMCLUS.Separation
-
Packages that use LMCLUS.Separation Package Description elki.clustering.correlation Correlation clustering algorithms. -
-
Uses of LMCLUS.Separation in elki.clustering.correlation
Methods in elki.clustering.correlation that return LMCLUS.Separation Modifier and Type Method Description private LMCLUS.Separation
LMCLUS. findSeparation(Relation<? extends NumberVector> relation, DBIDs currentids, int dimension, java.util.Random r)
This method samples a number of linear manifolds an tries to determine which the one with the best cluster is.
-