Skip to content

Question on height for hclust function

3 messages · Leigh Fall, Jari Oksanen, Peter Solymos

#
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
#
Dear Leigh,

The Ward method is minimizing the within cluster sum of squares of the
distances. So it is not easy to back-scale it to reflect original
distances. Instead you should try *linkage methods, see ?hclust. To
read about the Ward (Ward-Orloci) method see:
- Ward 1963 JASA 58: 236-244
- Orloci 1967 J Ecol 55: 193-206

Yours,

Peter
On Mon, Nov 17, 2008 at 12:40 PM, Leigh Fall <leigh.fall at gmail.com> wrote: