Info

この質問は閉じられています。 編集または回答するには再度開いてください。

k-means type clustering

1 回表示 (過去 30 日間)
Meggo
Meggo 2017 年 7 月 21 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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 件のコメント
Image Analyst
Image Analyst 2017 年 7 月 21 日
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.

回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by