Uses of Interface
org.ojalgo.data.cluster.ClusteringAlgorithm
Packages that use ClusteringAlgorithm
-
Uses of ClusteringAlgorithm in org.ojalgo.data.cluster
Classes in org.ojalgo.data.cluster that implement ClusteringAlgorithmModifier and TypeClassDescriptionfinal class
Contains the outline of the k-means algorithm, but designed for customisation.final class
Greedy clustering algorithm.(package private) final class
Randomly assigns each item to one of k clusters.Methods in org.ojalgo.data.cluster that return ClusteringAlgorithmModifier and TypeMethodDescriptionstatic ClusteringAlgorithm
<Point> Point.newGreedyClusterer
(double distanceThreshold) Greedy algorithm.static ClusteringAlgorithm
<Point> Point.newKMeansClusterer
(int k) Standard k-means clustering