Package org.ojalgo.data.cluster
-
Interface Summary Interface Description ClusteringAlgorithm<T> -
Class Summary Class Description GeneralisedKMeans<T> Contains the outline of the k-means algorithm, but designed for customisation.GreedyClustering<T> Greedy clustering algorithm.Point Point.Factory Primarily used when constructing test cases and similar.PointDistanceCache RandomClustering<T> Randomly assigns each item to one of k clusters.