Uses of Interface
org.ojalgo.data.cluster.ClusteringAlgorithm
-
Packages that use ClusteringAlgorithm Package Description org.ojalgo.data.cluster -
-
Uses of ClusteringAlgorithm in org.ojalgo.data.cluster
Classes in org.ojalgo.data.cluster that implement ClusteringAlgorithm Modifier and Type Class Description (package private) classAutomaticClustererclassFeatureBasedClustererFacade for clustering objects represented by float feature vectors.classGeneralisedKMeans<T>Contains the outline of the k-means algorithm, but designed for customisation.(package private) classGreedyClustererclassGreedyClustering<T>Greedy clustering algorithm.(package private) classKMeansClusterer(package private) classRandomClustering<T>Randomly assigns each item to one of k clusters.(package private) classSpectralClustererSpectral clustering forPoints using a fully connected RBF similarity graph and the symmetric normalised Laplacian.
-