Uses of Class
elki.clustering.kmeans.initialization.FarthestPoints
-
Packages that use FarthestPoints Package Description elki.clustering.kmeans.initialization Initialization strategies for k-means. -
-
Uses of FarthestPoints in elki.clustering.kmeans.initialization
Subclasses of FarthestPoints in elki.clustering.kmeans.initialization Modifier and Type Class Description class
FarthestSumPoints<O>
K-Means initialization by repeatedly choosing the farthest point (by the sum of distances to previous objects).Methods in elki.clustering.kmeans.initialization that return FarthestPoints Modifier and Type Method Description FarthestPoints<O>
FarthestPoints.Par. make()
-