Filter löschen
Filter löschen

hierarchical integer k means clustering algorithm

1 Ansicht (letzte 30 Tage)
venkat vasu
venkat vasu am 18 Okt. 2013
Beantwortet: Yatin am 18 Okt. 2013
Hi...
I am doing project in face recognition. in this project i wand hierarchical integer k means clustering algorithm. in this i have idea about k-means algorithm. so if anyone have a link or matlab code post me and its helpful for me
Thanks in advance....

Antworten (1)

Yatin
Yatin am 18 Okt. 2013
Hi,
I could not find a direct function in MATLAB for hierarchical k-means clustering. However, You can first use the k-means clustering algorithm to get the centroids of the clusters. For this you can use the " kmeans " function.
Once you have your clusters from k-means, then you can use the hierarchical clustering for further grouping the data into clusters.
The following links might prove to be useful:

Community Treasure Hunt

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

Start Hunting!

Translated by