Kmeans Clustering Using the Distance Matrix

5 visualizaciones (últimos 30 días)
Shahrukh Kasi
Shahrukh Kasi el 5 de En. de 2018
Comentada: Image Analyst el 24 de Mzo. de 2019
In Matlab predefine function of K-means, we can do the clustering by giving the location of data points and number of clusters. Can we use the same K-means function to do clustering just on the basis of distance matrix and number of clusters?

Respuestas (2)

Image Analyst
Image Analyst el 5 de En. de 2018
Yes. The feature(s) upon which you do cluster analysis can be distance or whatever you want.
  4 comentarios
MA-Winlab
MA-Winlab el 24 de Mzo. de 2019
I have a set of pulses I am extracting from accelrometer and calculating the distance between each two pulses (pairwise). This way I am contructing a distance matrix and since I am doing this pairwise, then the diagonal will be 0s.
Image Analyst
Image Analyst el 24 de Mzo. de 2019
What does that have to do with kmeans?

Iniciar sesión para comentar.


Asghar Moeini
Asghar Moeini el 29 de Abr. de 2018
No you cannot, as you need data for calculating centroids in each iterations, but you can use kmedioids clustering method which use medians instead of centriods. This algorithm is doownloadable in the following link: https://au.mathworks.com/matlabcentral/fileexchange/28860-kmedioids?focused=5165469&tab=function

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by