Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What does each dimension of data represent? #18

Open
aanxud888 opened this issue Dec 11, 2023 · 2 comments
Open

What does each dimension of data represent? #18

aanxud888 opened this issue Dec 11, 2023 · 2 comments

Comments

@aanxud888
Copy link

Hello, in the demo that in MTS clustering, that is "multivariate_ts_datasets = np.random.rand(200, 60, 6)". What is the 60,6 represents?60 is the sequence length? 6 is feature number?

@firmai
Copy link

firmai commented Feb 28, 2024

Strange that this is left unanswered

@HaojunLi
Copy link
Collaborator

Hi,
In the provided example, multivariate_ts_datasets = np.random.rand(200, 60, 6), 200 represents the number of time series, 60 represents the length of a time series and 6 is the time series channels. Thank you.
Best,
Haojun

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants