Subject: | Important bug in version 1.38 |
Date: | Sat, 7 Jun 2008 22:17:56 +0200 |
To: | bug-Algorithm-Cluster [...] rt.cpan.org. |
From: | Jean-Karim Hériché <4757.309159 [...] kabelbw.de> |
Hi,
Algorithm::Cluster:treecluster seems to be broken in version 1.38.
Using perl 5.8.8 (in Mac OS 10.5 and Linux)
$A = reference to lower diagonal distance matrix
($tree,$linkdist)=treecluster(data=>$A, method=>'a')
returns an empty $linkdist and $tree contains what looks like a random
tree with some leaves repeated multiple times.
The above works as expected with version 1.37.
The documentation doesn't mention any change in behaviour for version
1.38 so I think it's a bug.
Thanks
J-K