I have a 3D matrix, how to do clustering of this matrix?

15 ビュー (過去 30 日間)
Priyam Pandey
Priyam Pandey 2021 年 1 月 10 日
回答済み: Image Analyst 2021 年 1 月 10 日
The size of my matrix is 176*256*256. Should I save this file in .bmp and carry out clustering or convert it in 2D matrix then carry out clustering? If yes then please help me by sharing your thoughts as to how can I do it either way?

回答 (2 件)

KALYAN ACHARJYA
KALYAN ACHARJYA 2021 年 1 月 10 日
Whether dimention affects clustering results, I think no, assigns different clusters values to the categories. You may apply the cluster in lower dimension (K-means), get the cluster range and assign the same to the original data.

Image Analyst
Image Analyst 2021 年 1 月 10 日
Do you know in advance how many clusters there should be? If so, you can use kmeans().
You also need to read and understand this page:

カテゴリ

Help Center および File ExchangeStatistics and Machine Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by