Customized K-Means

Versione 1.0.0.0 (1,74 KB) da Nirmal
Customized K-means where you can choose different initial cluster centroid.
547 download
Aggiornato 16 lug 2012

Visualizza la licenza

My implementation of K means algorithm is customized for different need. Initial cluster centroid can be selected in various of ways. Those are:
• Randomly initialized cluster centroid as one of the data row.
• Select first 3 data row was the three cluster center.
• Provide the cluster centroid as a parameter, it is specially helpful when you want to perform the cluster with the same initial data centers so that we don’t have to worry about K means naming different to the same cluster in different run.

Cita come

Nirmal (2024). Customized K-Means (https://www.mathworks.com/matlabcentral/fileexchange/37494-customized-k-means), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2009b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Statistics and Machine Learning Toolbox in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0