Skip to content

Can i do SOM for multiple variables? #189

@jiwon-j

Description

@jiwon-j

I have two datasets, geopotential height (GPH) and Precipitation. Each variable has the same time dimension (year).
I want to do clustering for each year, and I was wondering if and how I can run SOM considering "both" variables (not doing SOM for each variable individually).

I tried with np.hstack, but this merges each variable array, so I'm not sure if it's accurate.
(if GPH have (year:20, flatten_values:500) shape and Precipitation have (year:20, flatten_values:500), np.hstack made it into (year:20, flatten_values:10000, just attached it)
I was wondering if this is even possible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions