tidyclust 0.1.2
CRAN release: 2023-02-23
- The cluster specification methods for
generics::tune_args()
andgenerics::tunable()
are now registered unconditionally (#115).
tidyclust 0.1.1
CRAN release: 2022-12-20
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()
.