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
cluster_metric_set() now labels each metric in its output with the name supplied to it, so multiple metrics that wrap the same built-in metric (for example silhouette_avg() with different dist_fun values) no longer collide and silently merge. (#257)
new_cluster_metric() documentation now shows how to author a custom clustering metric, such as wrapping silhouette_avg() with a non-default dist_fun, for use with cluster_metric_set(). (#254)