Package org.ojalgo.data.cluster
Interface ClusteringAlgorithm<T>
-
- All Known Implementing Classes:
GeneralisedKMeans
,GreedyClustering
,RandomClustering
public interface ClusteringAlgorithm<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.util.Set<T>>
cluster(java.util.Collection<T> input)
-