Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

k-means type clustering

1 vue (au cours des 30 derniers jours)
Meggo
Meggo le 21 Juil 2017
Clôturé : MATLAB Answer Bot le 20 Août 2021
Hi
I have a more difficult problem and I'm not even sure where to start. I have an NxM matrix where m is the number of data sets I have.I want to group them in a "k-means"esque manner such that the differences between all partners are minimized, but only such that contiguous data sets are paired. The elligible information is housed in the structure "Neighbors" where the row number x=the data set, meaning [x,1] contains the eligible grouping partners.
How do i go about creating a program such that all collection of pairs will be quantified and the one with the least amount of differences will be returned, but which also takes into account the elligible pairs?
  1 commentaire
Image Analyst
Image Analyst le 21 Juil 2017
What are the axes if you did a scatterplot of these data? For any single given data set - one column - how many clusters are in it? One? Two? And the next column over, would its data lie in the same clusters as the first column? Or do they have the own, completely independent and separate cluster(s)?
A diagram or plot would help.

Réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by