Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
660 views
in Technique[技术] by (71.8m points)

cluster analysis - K-Means Clustering Time Series Data of Different Length

I have been trying to understand where the "mean" or centroid of each cluster is located after using the k-means algorithm with DTW for time series data of different length.

If you use k-medoids, it is clear where the representative time serie of each cluster is since it is a real existing time serie in the data. But how about in case of k-means?

Key points:

  • time series data of different length
  • no euclidean distance, but DTW
  • where is the location of centroids estimated by k-means? -> question

Thanks in advance.

question from:https://stackoverflow.com/questions/65641757/k-means-clustering-time-series-data-of-different-length

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...