Use Distance Matrix in scipy.cluster.hierarchy.linkage()?
I have a distance matrix n*n M where M_ij is the distance between object_i and object_j. So as expected, it takes the following form:
I have a distance matrix n*n M where M_ij is the distance between object_i and object_j. So as expected, it takes the following form: