Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
Starting with 4 random points this program demonstrates vector quantisation.
1. First 4 random points are chosen as cluster means.
2. Then we find the cluster mean that is closest to a given point and allocate it to that corresponding cluster. Here, we can set the limits on the trust region (based on Euclidean distance). Say, points which are less than euclidean distance of 2 from a cluster mean belong to this particular cluster.
3. Once the allocation is complete we go on to calculate the next set of cluster means.
4. This is again followed by another round of allocation. We can see how the the clusters and the cluster means change over iterations.
5. I have set the number of iterations at 15. This is just to show how the allocation freezes after a while, once the optimum cluster centres are identified.
Citation pour cette source
Aryaa Ravieshancar (2026). Vector quantisation demonstration (https://fr.mathworks.com/matlabcentral/fileexchange/47948-vector-quantisation-demonstration), MATLAB Central File Exchange. Extrait(e) le .
Catégories
En savoir plus sur Cluster Analysis and Anomaly Detection dans Help Center et MATLAB Answers
Informations générales
- Version 1.1.0.0 (1,73 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.1.0.0 | Updated the description section |
||
| 1.0.0.0 |
