X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=epclust%2FDESCRIPTION;h=670086b2ecc97b61da8b8b67184b9e503180615f;hb=3fb6e823601002c44ffbf913e83c8d24cfa1e819;hp=66d1712c4ca57d89acbd33e4ac8016aae60af30b;hpb=4bcfdbee4e2157f232427a5bfdf240f34760110d;p=epclust.git diff --git a/epclust/DESCRIPTION b/epclust/DESCRIPTION index 66d1712..670086b 100644 --- a/epclust/DESCRIPTION +++ b/epclust/DESCRIPTION @@ -1,10 +1,11 @@ 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 +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 - identifiers (if aplicable). Several parameters can be tuned: please refer to the - package vignette. + 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], @@ -17,19 +18,26 @@ Imports: methods, parallel, cluster, + bigmemory, wavelets, - Rwave + Rwave Suggests: + synchronicity, devtools, testthat, - MASS, - clue, + roxygen2, + MASS, wmtsa, - DBI + DBI, + digest License: MIT + file LICENSE RoxygenNote: 6.0.1 -Collate: +Collate: 'main.R' 'clustering.R' 'de_serialize.R' - 'a_NAMESPACE.R' + 'A_NAMESPACE.R' + 'computeSynchrones.R' + 'computeWerDists.R' + 'plot.R' + 'utils.R'