Commit | Line | Data |
---|---|---|
ab4a34ef BA |
1 | # Clustering of EDF power curves from Linky data |
2 | ||
3 | Joint work with [Jairo Cugliari](http://eric.univ-lyon2.fr/~jcugliari/), | |
4 | [Yannig Goude](https://scholar.google.com/citations?user=D-OLEG4AAAAJ&hl=fr) and | |
5 | [Jean-Michel Poggi](http://www.math.u-psud.fr/~poggi/) | |
6 | ||
7 | --- | |
8 | ||
9 | This program takes n time-series in input and is divided in two stages: | |
311c5c07 | 10 | 1) (Heuristic) k-medoids algorithm in parallel to obtain K centers, K << n |
ab4a34ef BA |
11 | 2) Filtering WER(?) to obtain the final k < K group representations. |
12 | ||
13 | --- | |
14 | ||
62deb424 | 15 | The folder ... contains ... (TODO) |