kmeans clustering of matrices

17 ビュー (過去 30 日間)
Susan
Susan 2021 年 6 月 4 日
コメント済み: Susan 2021 年 6 月 7 日
Hi All,
I have 12X190 cells. Each cell contains a complex matrix of size n*550 (assuming each row is an observation on 550 variables. The number of observations varies cell to cell but the variables are the same for each matrix). I need to classify these matrices using kmeans and I am trying to cluster the large matrix (i.e., 12*190*n*550 and I am not working with each matrix separately).
Any idea how I can do that? Any method better than kmeans to cluster these data? Any input would be appreciated.
  11 件のコメント
Susan
Susan 2021 年 6 月 5 日
@Image Analyst There would be 19 cluster

サインインしてコメントする。

採用された回答

Walter Roberson
Walter Roberson 2021 年 6 月 5 日
k-means is not the right technology for situations in which you have labels, except for the situation in which the labels have numeric values that can be made commensurate with the numberic coordinates. For example if you can say that having a label differ by no more than 1 is 10.28 times as important as having column 3 differ by 1, then you might be able to use k-means by adding the numeric value of the label as an additional coordinate. But this is not the usual case.
When you have matrices of numbers and a label associated with the matrix, then Deep Learning or (Shallow) Neural Network techniques are more appropriate. Consider that if you have a matrix of data and a label, and the matrices are all the same size, that that situation could be treated the same was as if the matrix of data were an "image"
  5 件のコメント
Susan
Susan 2021 年 6 月 7 日
Thanks!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Find more on Statistics and Machine Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by