X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=epclust%2FDESCRIPTION;h=3bc89601fb3bcf1a2f383e3f40fb6b19916b607f;hb=HEAD;hp=2b2c1f5650351fa197cda5cb9e99b0e66cd73cb6;hpb=7709d507dfab9256a401f2c77ced7bc70d90fec3;p=epclust.git diff --git a/epclust/DESCRIPTION b/epclust/DESCRIPTION index 2b2c1f5..3bc8960 100644 --- a/epclust/DESCRIPTION +++ b/epclust/DESCRIPTION @@ -1,20 +1,43 @@ Package: epclust -Title: Clustering individual electricity power curves -Description: EPCLUST: Electric Power curves CLUSTering, through their wavelets decomposition. - The main method 'epclust' takes (usually long) time-series in input, and return as many - clusters centers as requested, along with their identifiers (if aplicable). - Several parameters can be tuned: please refer to the package vignette. +Title: Clustering Individual Electricity Power Curves +Description: Electric Power curves CLUSTering, through their wavelets + decomposition. The main function 'claws' takes (usually long) time-series + in input, and return as many clusters centers as requested, along with their + ranks and synchrones (sum of all curves in one group). + For the method, see ?claws and https://arxiv.org/abs/1101.4744. + For usage examples, see ?claws and package vignette. Version: 0.1-0 -Author: - Benjamin Auder [aut,cre], - Jairo Cugliari [aut] +Author: Benjamin Auder [aut,cre], + Jairo Cugliari [aut], + Yannig Goude [ctb], + Jean-Michel Poggi [ctb] Maintainer: Benjamin Auder Depends: - R (>= 3.0.0), - parallel, - cluster, - wavelets + R (>= 3.0.0) +Imports: + methods, + parallel, + cluster, + bigmemory, + wavelets, + Rwave Suggests: + synchronicity, + devtools, testthat, - knitr + roxygen2, + MASS, + wmtsa, + DBI, + digest License: MIT + file LICENSE +RoxygenNote: 5.0.1 +Collate: + 'main.R' + 'clustering.R' + 'de_serialize.R' + 'A_NAMESPACE.R' + 'computeSynchrones.R' + 'computeWerDists.R' + 'plot.R' + 'utils.R'