Efficient K-Means Clustering using JIT
by Yi Cao
27 Mar 2008
(Updated 16 Apr 2008)
A simple but fast tool for K-means clustering
|
Watch this File
|
| File Information |
| Description |
This is a tool for K-means clustering. After trying several different ways to program, I got the conclusion that using simple loops to perform distance calculation and comparison is most efficient and accurate because of the JIT acceleration in MATLAB.
The code is very simple and well documented, hence is suitable for beginners to learn k-means clustering algorithm.
Numerical comparisons show that this tool could be several times faster than kmeans in Statistics Toolbox. |
| Acknowledgements |
This submission has inspired the following:
Patch color selector
|
| MATLAB release |
MATLAB 7.5 (R2007b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 27 Mar 2008 |
update description |
| 16 Apr 2008 |
correct bugs in examples |
|
Contact us at files@mathworks.com