Skip to content

An R package containing dissimilarity measures and aggregation functions for time series, plus cluster validity indices. Part of the code for the paper "Understanding the Effects of Temporal Energy-Data Aggregation on Clustering Quality".

License

Jakob-Bach/FastTSDistances

Repository files navigation

Fast Dissimilarity Computations for Time Series

Travis Build Status AppVeyor Build Status codecov License: MIT

This R package contains fast (mostly C++) implementations of time series dissimilarities, aggregation functions for time series and cluster validity indices.

Overview

This package has been developed as part of a research project on understanding the effects of energy-data aggregation on clustering quality. For more information on the project, see the companion website: https://www.ipd.kit.edu/clustagg/.

Setup

The FastTSDistances package is not on CRAN, and has to be installed manually. You can install the package directly from GitHub via the devtools package.

devtools::install_github("Jakob-Bach/FastTSDistances")

After installation, call help(package = "FastTSDistances") for an overview of the package functions.

Functionality

The package functionality falls into three categories: time-series dissimilarity, cluster validity, aggregation.

Time-Series Dissimilarity

A dissimilarity function quantifies the dissimiliarity between two time series. This package supports univariate time series (i.e., vectors) and multivariate time series (i.e., matrices with the columns representing different attributes). It implements the following dissimilaritiy functions:

  • Complexity-Invariant Distance (CID) [15] for L2 metric and DTW
  • Compression-/complexity-based dissimilarity [16, 17] (variant of CDM, using SAX representation and zip compression)
  • Correlation-based distance [18]
  • Temporal correlation correction factor (CORT) [19] for L2 metric and DTW
  • Edit Distance on Real Sequences (EDR) [20] (optional: Sakoe-Chiba window [21])
  • Edit Distance with Real Penalty (ERP) [22] (optional: Sakoe-Chiba window [21])
  • Dynamic Time Warping (DTW) [23] (optional: Sakoe-Chiba window [21])
  • L1, L2, Lmax metric
  • Permutation distribution dissimilarity [24]
  • Shaped-Based Distance (SBD) [25]

Cluster Validity

A cluster validty index quantifies the quality of a cluster assignment. This package implements the following internal and external cluster validity indices:

  • Entropy of an integer vector with cluster assignments from 1 to k
  • External Validity
    • Conditional entropy (e.g. in [1])
    • Fowlkes-Mallows Index [2] (optional: with normalization [1])
    • Phi Coefficient [6]
    • Purity (e.g. in [1])
    • Rand Index [7, 8] (optional: normalization[1])
    • van Dongen measure [9] (optional: normalization [1])
    • Variation of Information [10] (optional: normalization [1] and inversion to Normalized Mutual Information [11])
  • Internal Validity
    • Generalized Davies-Bouldin Index [3] based on intra- and inter-cluster dissimilarities; also in the inverted version which reports higher values for better validity
    • Generalized Dunn Index [4, 5] based on intra- and inter-cluster dissimilarities

Aggregation

An aggregation function aggregates a univariate time series over fixed length intervals. This package supports the following aggregation functions:

  • piecewise kurtosis
  • piecewise maximum
  • piecewise mean [12, 13]
  • piecewise median
  • piecewise minimum
  • piecewise skewness
  • piecewise standard deviation
  • Symbolic Aggregate Approximation [14] (SAX)

Further Dissimilarity-Related Functions

  • (parallelized) dissimilarity matrix computation
  • time series averaging
  • z-scoring, min-max normalization

References

[1] Wu, J., Xiong, H. & Chen, J. (2009). Adapting the right measures for k-means clustering.

[2] Fowlkes, E. B. & Mallows, C. L. (1983). A method for comparing two hierarchical clusterings.

[3] Davies, D. L. & Bouldin, D. W. (1979). A cluster separation measure.

[4] Dunn, J. C. (1973). A fuzzy relative of the isodata process and its use in detecting compact well-separated clusters.

[5] Bezdek, J. C. & Pal, N. R. (1998). Some new indexes of cluster validity.

[6] Pearson, K. (1900). Mathematical contributions to the theory of evolution. vii. on the correlation of characters not quantitatively measurable.

[7] Rand, W. M. (1971). Objective criteria for the evaluation of clustering methods.

[8] Hubert, L. & Arabie, P. (1985). Comparing partitions.

[9] Van Dongen, S. (2000). Performance criteria for graph clustering and markov cluster experiments.

[10] Meila, M. (2003). Comparing clusterings by the variation of information.

[11] Fred, A. L. & Jain, A. K. (2002). Data clustering using evidence accumulation.

[12] Keogh, E. J. & Pazzani, M. J. (2000). Scaling up dynamic time warping for datamining applications.

[13] Keogh, E., Chakrabarti, K., Pazzani, M. & Mehrotra, S. (2001). Dimensionality reduction for fast similarity search in large time series databases.

[14] Lin, J., Keogh, E., Lonardi, S. & Chiu, B. (2003). A symbolic representation of time series, with implications for streaming algorithms.

[15] Batista, G. E., Keogh, E. J., Tataw, O. M. & De Souza, V. M. (2014). Cid: An efficient complexity-invariant distance for time series.

[16] Li, M., Badger, J. H., Chen, X., Kwong, S., Kearney, P. & Zhang, H. (2001). An information-based sequence distance and its application to whole mitochondrial genome phylogeny.

[17] Keogh, E., Lonardi, S., Ratanamahatana, C. A., Wei, L., Lee, S.-H. & Handley, J. (2007). Compression-based data mining of sequential data.

[18] Golay, X., Kollias, S., Stoll, G., Meier, D., Valavanis, A. & Boesiger, P. (1998). A new correlation-based fuzzy logic clustering algorithm for fmri.

[19] Chouakria, A. D. & Nagabhushan, P. N. (2007). Adaptive dissimilarity index for measuring time series proximity.

[20] Chen, L., Özsu, M. T. & Oria, V. (2005). Robust and fast similarity search for moving object trajectories.

[21] Sakoe, H., & Chiba, S. (1978). Dynamic programming algorithm optimization for spoken word recognition.

[22] Chen, L., & Ng, R. (2004, August). On the marriage of lp-norms and edit distance.

[23] Berndt, D. J. & Clifford, J. (1994). Using dynamic time warping to find patterns in time series.

[24] Brandmaier, A. M. (2011). Permutation distribution clustering and structural equation model trees.

[25] Paparrizos, J. & Gravano, L. (2015). K-shape: Efficient and accurate clustering of time series.

About

An R package containing dissimilarity measures and aggregation functions for time series, plus cluster validity indices. Part of the code for the paper "Understanding the Effects of Temporal Energy-Data Aggregation on Clustering Quality".

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published