Contains several miscellaneous fixes. Most importantly, this PR is to not use NbClust as the default estimate k algorithm in multi_clust(), but instead allow using NbClust as an option method='exhaustive' to multi_clust(). The default is method='kmeans'.
Contains several miscellaneous fixes. Most importantly, this PR is to not use NbClust as the default estimate k algorithm in
multi_clust()
, but instead allow using NbClust as an optionmethod='exhaustive'
tomulti_clust()
. The default ismethod='kmeans'
.