Optimize the Silhouette Width of Hierarchical Clustering Solutions
Optimize the Silhouette Width of Hierarchical Clustering Solutions
Performs a parallelized grid search to find the number of clusters maximizing the overall silhouette width of the clustering solution (see utils_cluster_silhouette()). When method = NULL, the optimization also includes all methods available in stats::hclust() in the grid search. This function supports parallelization via future::plan() and a progress bar generated by the progressr package (see Examples).