Time series clustering is the division of the time series into different groups based on the similarity between them, so that the similar time series are in the same group.
- Euclidean
- DTW (Dinamic Time Warping)
- Partitional clustering
- Hierarchical clustering
- Fuzzy clustering
http://www.rdatamining.com/examples/time-series-clustering-classification
https://github.com/asardaes/dtwclust
https://rdrr.io/cran/dtwclust/man/tsclust.html
https://www.linkedin.com/pulse/time-series-clustering-dynamic-warping-ashwini-mahapatra/