Package: dtwclust
Type: Package
Title: Time Series Clustering Along with Optimizations for the Dynamic
        Time Warping Distance
Version: 4.0.1
Date: 2017-06-08
Depends: R (>= 3.2.0), methods, proxy (>= 0.4-16), clue, dtw, ggplot2
Imports: parallel, stats, utils, flexclust, foreach, Matrix, plyr,
        RSpectra, Rcpp, reshape2, rngtools
Suggests: TSdist, TSclust, cluster, doParallel, testthat, knitr
LinkingTo: Rcpp
Author: Alexis Sarda-Espinosa
Maintainer: Alexis Sarda <alexis.sarda@gmail.com>
Description: Time series clustering along with optimized techniques related
    to the Dynamic Time Warping distance and its corresponding lower bounds.
    Implementations of partitional, hierarchical, fuzzy, k-Shape and TADPole
    clustering are available. 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
SystemRequirements: C++11
RoxygenNote: 6.0.1
Collate: 'DBA.R' 'Distmat.R' 'GAK.R' 'NCCc.R' 'SBD.R' 'SparseDistmat.R'
        'TADPole.R' 'all-cent.R' 'all-cent2.R' 'as-methods.R'
        'compare-clusterings.R' 'compute-envelope.R'
        'create-dtwclust.R' 'cvi.R' 'ddist.R' 'ddist2.R' 'dtw-basic.R'
        'dtw-lb.R' 'dtw2.R' 'tsclust-family.R' 'tsclust-classes.R'
        'dtwclust-classes.R' 'dtwclust-methods.R' 'dtwclust.R'
        'fuzzy.R' 'globals-internal.R' 'lb-improved.R' 'lb-keogh.R'
        'partitional.R' 'utils.R' 'pkg.R' 'reinterpolate.R'
        'shape-extraction.R' 'tsclust-controls.R' 'tsclust-methods.R'
        'tsclust.R' 'uciCT.R' 'zscore.R'
VignetteBuilder: knitr
Packaged: 2017-06-08 05:59:54 UTC; oso
Repository: CRAN
Date/Publication: 2017-06-08 12:10:09 UTC
