|
|
| File Information |
| Description |
Efficient implementation of K-medoids clustering methods. This method is similar to K-means but more robust.
For more detail, please see
http://en.wikipedia.org/wiki/K-medoids
It is usually more robust than kmeans algorithm.
Input data are assumed column vectors.
try
load data;
label=kmedoids(x,3);
spread(x,label); |
| MATLAB release |
MATLAB 7.11 (R2010b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 04 Feb 2012 |
significantly simplify the code |
| 15 Feb 2012 |
correct description |
|
Contact us