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 class
AnnulusKMeans<V extends NumberVector>
Annulus k-means algorithm.class
ExponionKMeans<V extends NumberVector>
Newlings's Exponion k-means algorithm, exploiting the triangle inequality.class
ShallotKMeans<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()
-