You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.