astamm / fdacluster

Clustering functional data with amplitude and phase separation.
https://astamm.github.io/fdacluster/
GNU General Public License v3.0
5 stars 0 forks source link

SRSF / Clustering based on phase variability #14

Open astamm opened 8 months ago

astamm commented 8 months ago

K-mean alignment using the SRSF framework is currently done via fdasrvf::kmeans_align() which does not offer the possibility to perform clustering based on phase variability. The output distances to center are based on distances on warping functions in order for fdadist() to just work with the SRSF framework and phase distances but we need need to better handle this.