Skip to content
Advertisement

Tag: hierarchical-clustering

Using cophenetic distance to choose best linkage method?

I have the dataset that generates the following code. The case is that I would like to make a dendrogram (bottom-up) in Python and I must select a linkage criterion. If you consult the documentation of the function you can see the existing methods. https://docs.scipy.org/doc/scipy/reference/generated/scipy.cluster.hierarchy.linkage.html Any suggestions on how I can move forward? Is there a foolproof way to determine

Advertisement