Vector Quantization - K-Means

A simple algorithm for training codebooks for vector quantizationusing K-Means algorithm.
15,2K téléchargements
Mise à jour 2 mai 2006

Aucune licence

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.

Citation pour cette source

Esfandiar Zavarehei (2024). Vector Quantization - K-Means (https://www.mathworks.com/matlabcentral/fileexchange/10943-vector-quantization-k-means), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R14
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Statistics and Machine Learning Toolbox dans Help Center et MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Publié le Notes de version
1.0.0.0