Package org.ojalgo.data.cluster
package org.ojalgo.data.cluster
-
ClassDescriptionStrategy interface for clustering algorithms.Facade for clustering objects represented by float feature vectors.Contains the outline of the k-means algorithm, but designed for customisation.Greedy clustering algorithm.Immutable coordinate point used by the clustering utilities.Simple factory that generates consecutive ids and ensures consistent dimensionality.Randomly assigns each item to one of k clusters.Spectral clustering for
Points using a fully connected RBF similarity graph and the symmetric normalised Laplacian.