Chapter 20. K-means Clustering
Lioyd Max Quantization
Quantization is a kind of clustering
- Data coding and compression - Quantization : codewords
- Pattern recognition - Clustering : Representative patterns
동작 과정
- Select K initial centroid vector(좌표)
- Random or Simple rules
- Find the closest vectors for every centroid using Euclidean distances
- Construct a tentative cluster for every controid
- Update the centroid(=mean) of every cluster
- Repeat 2 and 3 processes until stop conditions
- little change of centroids
- Maximum iteration number