edxu96 / elec_consumption

Clustering and regression for household power consumption profiles
https://edxu96.github.io/elec_consumption
GNU General Public License v3.0
2 stars 0 forks source link

Cluster time series #31

Open edxu96 opened 3 years ago

edxu96 commented 3 years ago

To Do

edxu96 commented 3 years ago

This paper groups previously developed time series clustering methods into three major categories depending upon whether they work directly with raw data, indirectly with features extracted from the raw data, or indirectly with mod- els built from the raw data. [liao2015clustering]

Screenshot 2020-12-14 at 17 57 13

edxu96 commented 3 years ago

Dynamic Time Warping (DTW)

DTW aligns the two series so that their difference is minimized. [liao2015clustering]

edxu96 commented 3 years ago

Model-based Approach

This class of approaches considers that each time series is generated by some kind of model or by a mixture of underlying probability distributions. Time series are considered similar when the models characterizing individual series or the remaining residuals after fitting the model are similar. [liao2015clustering]

edxu96 commented 3 years ago

Proximity Measure