in reply to Re: Complete Linkage Clustering
in thread Complete Linkage Clustering
Thank You!
I have installed the Algorithm::Cluster module.
I have a very large distance matrix to solve.
The function Algorithm::Cluster::treecluster(%param)
seems to cluster genes or microarray.
%param=( data => \@m, #Wanted array reference, but got a #reference to . mask =>'', #Parameter 'mask' is not a valid #matrix, ignoring it. weight =>'', #Parameter 'weight' does not point #to an array, ignoring it. transpose = '', #Parameter 'transpose' must be #either 0 or 1 (got '') )
Any suggestion? Thanks
Edit by BazB: remove excess code tags.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Complete Linkage Clustering
by punkish (Priest) on Feb 27, 2005 at 14:24 UTC | |
by Jaya (Acolyte) on Feb 27, 2005 at 16:20 UTC |