Skip to content

Version 5.4.0

Compare
Choose a tag to compare
@asardaes asardaes released this 12 May 17:34
· 246 commits to master since this release
  • Added another helper for compare_clusterings: cvi_evaluators.
  • Fixed the calculation of SF and CH CVIs for hierarchical clustering with default centroid extraction.
  • The data frames passed to pick.clus in compare_clusterings now also contain the configurations' data instead of just the scores. This will require adjustment of existing pick.clus functions.
  • The centroids in the objects returned by tsclust now have an attribute series_id if said centroids were extracted from the provided series without modification. It is an integer vector indicating which series were chosen as centroids.
  • Improved warning messages in compare_clusterings.
  • Multi-threaded parallelization is now more medium-grained to hopefully balance load a bit better.
  • Minor updates to parallelization vignette.