asardaes / dtwclust

R Package for Time Series Clustering Along with Optimizations for DTW
https://cran.r-project.org/package=dtwclust
GNU General Public License v3.0
252 stars 29 forks source link

Is it possible to perform compare_clusterings using pre-calculated DTW distances? #68

Closed FraniaKlaisinga closed 4 months ago

FraniaKlaisinga commented 5 months ago

Hello,

I could not find anything in the documentation about using previously calculated distances with proxy::dist. The idea behind this is to leverage the time invested in that work.

asardaes commented 5 months ago

If I recall correctly, compare_clusterings should also use a distance matrix provided in the distmat parameter from tsclust-controls, but keep in mind the limitations mentioned in that docu.