Revision f58050f834348aee402c27acbd5b139d32fa431f authored by asardaes on 26 December 2015, 14:02:12 UTC, committed by asardaes on 26 December 2015, 14:02:12 UTC
The custom function now uses attributes and names to keep track of which series are the current centers.
1 parent a3843d1
Raw File
DESCRIPTION
Package: dtwclust
Type: Package
Title: Time Series Clustering with Dynamic Time Warping Distance
Version: 2.0.0.9000
Date: 2015-12-26
Depends:
    flexclust,
    proxy,
    dtw,
    ggplot2,
    doRNG
Imports:
    stats,
    methods,
    caTools,
    reshape2,
    foreach,
    parallel
Suggests:
    TSdist,
    doParallel
Author: Alexis Sarda-Espinosa
Maintainer: Alexis Sarda <alexis.sarda@gmail.com>
Description: Time series clustering using different techniques related to the
    Dynamic Time Warping distance and its corresponding lower bounds. Additionally,
    an implementation of k-Shape clustering is available, and the package can be
    easily extended with custom distance measures and centroid definitions.
URL: https://github.com/asardaes/dtwclust
License: GPL-3
LazyData: TRUE
NeedsCompilation: yes
RoxygenNote: 5.0.1
Collate:
    'DBA.R'
    'NCCc.R'
    'SBD.R'
    'TADPole.R'
    'all_cent.R'
    'dtw-lb.R'
    'dtw2.R'
    'dtwclust-classes.R'
    'dtwclust-methods.R'
    'dtwclust.R'
    'dtwdistfun.R'
    'kcca-list.R'
    'lb-improved.R'
    'lb-keogh.R'
    'utils.R'
    'pkg.R'
    'reinterpolate.R'
    'shape-extraction.R'
    'uciCT.R'
    'zscore.R'
back to top