k-means++
by Laurent S
23 Sep 2010
(Updated 07 Aug 2011)
Cluster multivariate data using the k-means++ algorithm.
|
Watch this File
|
| File Information |
| Description |
An efficient implementation of the k-means++ algorithm for clustering multivariate data. It has been shown that this algorithm has an upper bound for the expected value of the total intra-cluster distance which is log(k) competitive. Additionally, k-means++ usually converges in far fewer than vanilla k-means. |
| Acknowledgements |
The author wishes to acknowledge the following in the creation of this submission:
kmeans clustering
|
| MATLAB release |
MATLAB 7.12 (2011a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 17 Nov 2010 |
Even faster, even less code and also fixed a few small bugs. |
| 07 May 2011 |
Removed dependency on randi for R2008a or lower (thanks Cassie). |
| 17 May 2011 |
Small bugfix. |
| 07 Aug 2011 |
Improved handling of overclustering (thanks Sid S) and added a screenshot. |
|
Contact us at files@mathworks.com