tidyclust 0.1.1
-
Fixed bug where
extract_cluster_assignment()
andpredict()
sometimes didn't have agreement of clusters. (#94) -
silhouette()
andsilhouette_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 forhier_clust()
models in workflows wherenum_clusters
is specified inextract_cluster_assignment()
.