time_series_clustering | R Documentation |
Hierarchical clustering for time series with dynamic time warping.
time_series_clustering(mat, dist = "dtw", linkage = "average")
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. |
A hierarchical cluster object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.