e-sensing / sits

Satellite image time series in R
https://e-sensing.github.io/sitsbook/
GNU General Public License v2.0
467 stars 76 forks source link

Add `dtw` distance support for `sits_som_map` #1080

Closed M3nin0 closed 7 months ago

M3nin0 commented 7 months ago

This pull request introduces the Dynamic Time Warping (DTW) distance for the Kohonen package (Closes #829). Based on this addition, the Self-Organized Maps (SOM) method in the sits_som_map now accepts the dtw distance.