asardaes / dtwclust

R Package for Time Series Clustering Along with Optimizations for DTW
https://cran.r-project.org/package=dtwclust
GNU General Public License v3.0
252 stars 29 forks source link

Getting the indices of clusters #34

Closed shamitb closed 6 years ago

shamitb commented 6 years ago

Say 4 clusters are obtained, how can the indices of the vector from the input time series be obtained? So I can know which elements of this vector belong to which cluster?

asardaes commented 6 years ago

See appendix A in the PDF vignette.