I have computed the distance matrix for 256 objects, and I want to cluster these objects accordingly. The distance matrix is basically the edit-distance between each pair of objects (strings).
However, R hclust gives me an error? Any idea how to solve this?
http://stackoverflow.com/questions/24092839/r-hclust-clustering-given-a-distance-matrix-256x256
[link][1 comment]