Skip to content

tidyclust 0.1.1

Compare
Choose a tag to compare
@EmilHvitfeldt EmilHvitfeldt released this 20 Dec 18:42
  • Fixed bug where extract_cluster_assignment() and predict() sometimes didn't have agreement of clusters. (#94)

  • silhouette() and silhouette_avg() now return NAs instead of erroring when applied to a clustering object with 1 cluster. (#104)

  • Fixed bug where extract_cluster_assignment() doesn't work for hier_clust() models in workflows where num_clusters is specified in extract_cluster_assignment().