'update'
[epclust.git] / README.md
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:
10 1) (Heuristic) k-medoids algorithm in parallel to obtain K centers, K << n
11 2) Filtering WER(?) to obtain the final k < K group representations.
12
13 ---
14
15 The folder "communication/" contains latex sources of the slides showed at half-project(?)
16
17 The other folder contains all the R and C code, with toy datasets (real ones are not public).