MATLAB: Help on Hierarchical Clustering

hierarchical clustering

I have 200 images, i extracted color, shape and texture features from it and used kmeans method to cluster it into 5 clusters. Is it possible to do Hierarchical Clustering method after K-means clustering for retrieving most matching image in each cluster?? How to do it?? Please do reply……

Best Answer

I am not sure....but this may help u. This is agglomerative clustering (Hierarchical clustering). http://www.mathworks.in/help/stats/linkage.html
Related Question