Can I use kmeans matlab function to perform k-medoids algorithm ?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Cassie
am 2 Sep. 2011
Kommentiert: Farrukh Hassan
am 5 Dez. 2020
Hi I am kind of new to the clustering algorithm so apologize for the bad questions first. I notice that matlab has kmeans built-in function and it can be specified to find component-wise centroid instead of mean by using kmeasn(X,clusterNum,"distance" "city"). I am wondering how this differs from k-medoids algorithm. Does this mean it performs a k-medoids algorithm ? Or it is still a kmeans algorithm ? Is there some way to configure the kmeans function into k-medoids or there is another function for k-medioids ?
Thank you very much,
0 Kommentare
Akzeptierte Antwort
the cyclist
am 3 Sep. 2011
No, but there is a k-medoids function in the File Exchange:
4 Kommentare
Farrukh Hassan
am 5 Dez. 2020
I am trying to calculate different clustering validation indices such as daviesbouldin, gap, silhouette and CalinskiHarabasz for K-means, K-medoids, and heirarichal clustering.i am trying to calculate daviesbouldin and gap index value for k-mediods but i didnt find any solution. if anyone can help.
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!