Commit | Line | Data |
---|---|---|
ac1d4231 BA |
1 | Package: epclust |
2 | Title: Clustering individual electricity power curves | |
56857861 BA |
3 | Description: EPCLUST: Electric Power curves CLUSTering, through their wavelets |
4 | decomposition. The main method 'epclust' takes (usually long) time-series | |
5 | in input, and return as many clusters centers as requested, along with their | |
6 | identifiers (if aplicable). Several parameters can be tuned: please refer to the | |
7 | package vignette. | |
ac1d4231 | 8 | Version: 0.1-0 |
56857861 BA |
9 | Author: Benjamin Auder <Benjamin.Auder@math.u-psud.fr> [aut,cre], |
10 | Jairo Cugliari <Jairo.Cugliari@univ-lyon2.fr> [aut], | |
11 | Yannig Goude <Yannig.Goude@edf.fr> [ctb], | |
12 | Jean-Michel Poggi <Jean-Michel.Poggi@math.u-psud.fr> [ctb] | |
ac1d4231 BA |
13 | Maintainer: Benjamin Auder <Benjamin.Auder@math.u-psud.fr> |
14 | Depends: | |
6ecf5c2d | 15 | R (>= 3.0.0), |
56857861 BA |
16 | parallel, |
17 | cluster, | |
18 | wavelets | |
ac1d4231 BA |
19 | Suggests: |
20 | testthat, | |
56857861 BA |
21 | wmtsa, |
22 | RSQLite | |
ac1d4231 | 23 | License: MIT + file LICENSE |
56857861 BA |
24 | RoxygenNote: 5.0.1 |
25 | Collate: | |
56857861 BA |
26 | 'clustering.R' |
27 | 'de_serialize.R' | |
28 | 'main.R' |