Package: dtwclust
Type: Package
Title: Time Series Clustering with Optimizations for the Dynamic Time
        Warping Distance
Version: 2.1.0
Date: 2016-02-21
Depends: proxy, dtw, ggplot2, rngtools
Imports: stats, utils, methods, flexclust, caTools, reshape2, foreach,
        parallel
Suggests: TSdist, TSclust, doParallel, testthat
Author: Alexis Sarda-Espinosa
Maintainer: Alexis Sarda <alexis.sarda@gmail.com>
Description: Time series clustering with optimized techniques related to the
    Dynamic Time Warping distance and its corresponding lower bounds.
    Implementations of k-Shape, TADPole and fuzzy clustering are available.
    The functionality can be easily extended with custom distance measures
    and centroid definitions.
URL: https://github.com/asardaes/dtwclust
BugReports: https://github.com/asardaes/dtwclust/issues
License: GPL-3
LazyData: TRUE
NeedsCompilation: yes
RoxygenNote: 5.0.1
Collate: 'DBA.R' 'NCCc.R' 'SBD.R' 'TADPole.R' 'all_cent.R' 'ddist.R'
        'dtw-lb.R' 'dtw2.R' 'dtwclust-classes.R' 'dtwclust-methods.R'
        'dtwclust.R' 'kcca-list.R' 'lb-improved.R' 'lb-keogh.R'
        'utils.R' 'pkg.R' 'reinterpolate.R' 'shape-extraction.R'
        'uciCT.R' 'zscore.R'
Packaged: 2016-02-21 12:23:21 UTC; Oso
Repository: CRAN
Date/Publication: 2016-02-21 16:27:35
