Raw File
Package: dtwclust
Type: Package
Title: Time Series Clustering with Dynamic Time Warping
Version: 1.1.0
Date: 2015-09-12
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