Uses of Class
elki.clustering.kmeans.HamerlyKMeans
-
Packages that use HamerlyKMeans Package Description elki.clustering.kmeans K-means clustering and variations. -
-
Uses of HamerlyKMeans in elki.clustering.kmeans
Subclasses of HamerlyKMeans in elki.clustering.kmeans Modifier and Type Class Description classAnnulusKMeans<V extends NumberVector>Annulus k-means algorithm.classExponionKMeans<V extends NumberVector>Newlings's Exponion k-means algorithm, exploiting the triangle inequality.classShallotKMeans<V extends NumberVector>Borgelt's Shallot k-means algorithm, exploiting the triangle inequality.Methods in elki.clustering.kmeans that return HamerlyKMeans Modifier and Type Method Description HamerlyKMeans<V>HamerlyKMeans.Par. make()
-