TheDatumOrg / kshape-python

Python implementation of k-Shape
MIT License
330 stars 105 forks source link

What does each dimension of data represent? #18

Open aanxud888 opened 10 months ago

aanxud888 commented 10 months ago

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 commented 7 months ago

Strange that this is left unanswered

HaojunLi commented 3 weeks ago

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