time_series_clustering: Time Series Clustering

time_series_clusteringR Documentation

Time Series Clustering

Description

Hierarchical clustering for time series with dynamic time warping.

Usage

time_series_clustering(mat, dist = "dtw", linkage = "average")

Arguments

mat

A matrix

dist

A distance measure. See the method arg in parallelDist::parDist for the supported parameters.

linkage

The type of linkage to use. See the method arg in TSclust::hclust for the supported parameters.

Value

A hierarchical cluster object


gfleetwood/sansor documentation built on Nov. 23, 2022, 10:31 a.m.