cluster analysis - Time series Clustering -


i have number of sensors measuring temperature (or other physical attribute) data. know of clustering method can tell sensors showing similar patterns , behaviors? series showing trends cycles.

i new time series analysis.

thank you,

basic k-means clustering works fine kinds of sensor data. need take time slices avoid auto-regressive issues. check out proc in r


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -