I'm using the clValid package (Brock et., 2008) to evaluate the stability of a cluster solution.
Interestingly, the package its you select Hierarchical Clustering and AGNES as if these were different algorithms.
It outputs a ranked list with the overall best combinations of distance metric, linkage method and clustering algorithm and here, hierarchical clustering and AGNES seem to achieve different results when using the same distance metric and the same linkage method.
So to gain some definite clarity: Do agnes() and hclust() indeed do the exact same thing? Is the clValid package just misleading in how the ranks are displayed or am I missing something?
question from:https://stackoverflow.com/questions/65935556/do-agnes-and-hclust-do-the-exact-same-thing