swh:1:snp:3468a425d6936f8836950b3324c1301cf9cb8335
Raw File
Tip revision: 57c85b0f4e1cb55c016af9e2989f3a3cd875f311 authored by Alexis Sarda on 23 August 2015, 12:33:02 UTC
Finished adjustments for series of different lengths
Tip revision: 57c85b0
DESCRIPTION
Package: dtwclust
Type: Package
Title: Time Series Clustering with Dynamic Time Warping
Version: 1.0.0
Date: 2015-08-23
Depends: flexclust, proxy, dtw, ggplot2
Imports: stats, methods, caTools, reshape2, modeltools
Suggests: TSdist
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.
URL: https://github.com/asardaes/dtwclust
License: GPL-3
LazyData: TRUE
back to top