Class RandomClustering<T>

java.lang.Object
org.ojalgo.data.cluster.RandomClustering<T>
All Implemented Interfaces:
ClusteringAlgorithm<T>

final class RandomClustering<T> extends Object implements ClusteringAlgorithm<T>
Randomly assigns each item to one of k clusters.