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

Categories

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

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

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...