Vector Quantization - K-Means
by Esfandiar Zavarehei
02 May 2006
(Updated 02 May 2006)
A simple algorithm for training codebooks for vector quantizationusing K-Means algorithm.
|
Watch this File
|
| File Information |
| Description |
This function is for training a codebook for vector quantization. The data set is split to two clusters, first, and the mean of each cluster is found (centroids). The disttance of each vector from these centroids is found and each vector is associated with a cluster. The mean of vectors of each cluster replaces the centroid first. If the total distance is not improved substantially, The centroids are each split to two. This goes on untill the required number of clusters is reached and the improvement is not substantial. |
| MATLAB release |
MATLAB 7 (R14)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (3) |
| 17 Jun 2007 |
mohsen sedaghat
|
|
|
| 19 Aug 2008 |
ponraj meshach
|
|
|
| 12 Aug 2009 |
NOORITAWATI
|
|
|
|
Contact us at files@mathworks.com