Skip to content
Prev 432 / 7420 Next

Question on height for hclust function

On 17 Nov 2008, at 21:40, Leigh Fall wrote:

            
The height values at the vertical axis depend on the clustering  
method: they are the fusion levels your particular method uses. For  
single linkage these are the shortest distances between clusters, for  
complete linkage they are the maximum distances among clusters  
(cluster diameters after fusion) etc. For Ward's method they are the  
values of Ward's criterion. Now you only need to check how Ward's  
criterion is defined...

Bray and Jaccard are in similar range, and the choice between these  
indices has a negligible effect on the scales. The choice of  
clustering method has a huge impact.

cheers, Jari Oksanen