フィルターのクリア

Cluster Analysis for 2D and 3D data

24 ビュー (過去 30 日間)
Luis Jesús Olvera Lazcano
Luis Jesús Olvera Lazcano 2023 年 6 月 25 日
Hello
I want to ask if you know how to do a cluster analysis for matrix data
This particularly two classificate information from distinct Hovmoller diagrams (same time and longitude length, for multiple time intervals). The point is that, using the silhouette criterion, I want to obtain various clusters classificating the different Hovmoller diagrams.
I hope I made myself understand
  2 件のコメント
KALYAN ACHARJYA
KALYAN ACHARJYA 2023 年 6 月 25 日
編集済み: KALYAN ACHARJYA 2023 年 6 月 25 日
In Hovmöller diagrams, clustering based on color is already employed to represent varying values. Could you please share more details of the requirements with the pictorial representation?
Luis Jesús Olvera Lazcano
Luis Jesús Olvera Lazcano 2023 年 6 月 25 日
Of course. Let me put this example:
I have this hovmoller diagram. I have like 100 similar to this one. I want to see if between this hovmoller diagrams I can obtain patterns, i.e., clusters.

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

採用された回答

Akshat Dalal
Akshat Dalal 2023 年 8 月 23 日
Hello Luis,
I understand that you have a query regarding analysing the patterns across multiple Hovmöller diagrams.
You can import all the Hovmöller diagrams as 2-D RGB arrays and then concatenate them into a single 3-D RGB array. You could then extend the k-means clustering algorithm to work on this 3-D matrix. You could define spherical clusters with radius as a parameter or cuboidal clusters with parameters length, breadth and height.
To read more about clustering using MATLAB, please refer the following documentation - https://www.mathworks.com/help/releases/R2022b/images/color-based-segmentation-using-k-means-clustering.html
  1 件のコメント
Luis Jesús Olvera Lazcano
Luis Jesús Olvera Lazcano 2023 年 9 月 12 日
Wow it looks like a nice option, thanks!!

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

その他の回答 (0 件)

製品


リリース

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by