k-means
See class qgar::GenKMeans to partition objects stored in a STL vector into a (given) number of clusters, using a k-means algorithm. A cluster is an instance of class qgar::GenCluster.
Classes | |
| class | qgar::GenCluster< T > |
| A cluster, as generated by the k-means algorithm implemented by class qgar::GenKMeans. More... | |
| class | qgar::GenKMeans< T > |
| Template class for partitioning a list of objects of type T into a (given) number of clusters using a k-means algorithm. More... | |