Skip to content

cophenetic matrix

2 messages · houix@ircam.fr

#
Hello,
I analyse some free-sorting data so I use hierarchical
clustering.
I want to compare my proximity matrix with the tree 
representation to evalute the fitting. (stress, cophenetic correlation
(pearson's correlation)...)

"The cophenetic similarity of two objects a and b is defined as the
similarity level at wich objects a and b become members of the same
cluster during the course of clustering" Legendre, P and Legendre, L Numeri
Ecology, 1998.

I've made a (tricky) function to compute this cophenetic matrix. But now 
I need some help to evaluate my function with your data. Because for
little matrix (as Legendre's example), I found the same cophenetic
correlation  as Matlab do (direct calculation) but for bigger matrix
(30x30) my results differ!!

Maybe my function is wrong?
To use my function you need to have the sm library. 

Thanks 
Olivier Houix
14 days later
#
Hello,
I send a mail a few days ago but nobody was inspired with
my question!
I just want to know if some people would be interested in discussing
about free-sorting data analysis (psychological experiment like
classification task, ...)?
I made a very specific function to analyze those classification tasks.
And I would like to have comments about it.
Olivier Houix
On Tue, Jun 12, 2001 at 11:45:17AM +0200, Olivier.Houix at ircam.fr wrote: