Hi everyone,

I'm looking for an R code for agglomerative clustering for one of my research. Basically, I need to know what happened inside hclust method in R. I have looked everywhere but don't find a proper way to combine 2 data points that have the smallest distance. I was stuck at developing a dissimilarity matrix after the first phase of dissimilarity matrix generation(literally I have generated the first dissimilarity matrix). If anyone could give me a reasonable solution in any language I would gratefully accept that.

Thank you.

Similar questions and discussions