Skip to main content

Questions tagged [agglomerative]

1 vote
1 answer
220 views

I have made a cluster analysis and ended up with dendrogram; however the row names are not readible (made a red rectangle). May I ask if there is way to adjust it? ...
Lola Kpiani's user avatar
1 vote
1 answer
1k views

I made a hierarchical clustering with scikit : selected_model = AgglomerativeClustering(n_clusters=8) hierarchical_clustering8 = selected_model.fit_predict(answers) ...
Alex Dana's user avatar
  • 121
0 votes
1 answer
294 views

I've read a number of papers where the authors talk about "Unsupervised Hierarchical Agglomerative Clustering". They seem to imply that the algorithm determines the number of clusters based ...
David Waterworth's user avatar