search for: distarbre

Displaying 1 result from an estimated 1 matches for "distarbre".

2001 Jun 12
1
cophenetic matrix
...ot;complete", "average","mcquitty", "median","centroid") hc <- hclust(dis1 , method = methodo2[[methode2]]) merge <- hc$merge height <- hc$height nodal <- cbind(merge,height) ### layout of the nodes long <- length(height) + 1 distarbre <- mat.or.vec(nbre,nbre) ## the method is very simple as the program hclust works. ## For clusters merging, I compute the distance between ## objects belonging to the differents clusters merged. ## If you look at hc$merge, you see that a negative value correspond ## to an object and...