DTW clustering multiple time series
I want to cluster many (thousands) of time series using DTW or similar.
I see K-Medoids in RapidMiner but I can’t figure out how to pass it multiple time series. I have a single attribute which measures the size of a particular event. None of the time series are the same length, none of the time series cover exactly the same period (some last minutes some cover years), however the type of event is the same and all exist within a 2.5 year timeframe. I want to cluster the time series by how similar the series are.
Find more posts tagged with
Sort by:
1 - 1 of
11
Then you probably are also going to want to normalize given that many distance metrics are sensitive to differences in absolute magnitude from one attribute to another.