in reply to Complete Linkage Clustering

It seems to be just an interface to the C library, so you should read the cluster.pdf manual to know the way of expressing your knowledge in the programmer's way. Then, read the Perl module. Please, see the Open Cluster site.

.{\('v')/}   C H E E R   U P !
 _`(___)' ___a_l_b_e_r_t_o_________
Wherever I lay my KNOPPIX disk, a new FREE LINUX nation could be established.

Replies are listed 'Best First'.
Re^2: Complete Linkage Clustering
by Jaya (Acolyte) on Feb 27, 2005 at 22:29 UTC
    Thank you. I have managed to get the cluster output. My questions seem trivial. I am bit new to Perl.

    I was wondering if there is any module to represent the cluster output into dendrogram. I checked the search.CPAN to find if there are any modules for graphical representation of the cluster . But I could not find any. They are all for Bioclusters.

    I need to represent the result in graphical form. Since there is a module to obtain the clustering result,is there any module to represent this result in graphical(dendrogram) format?

    ($result, $linkdist) = Algorithm::Cluster::treecluster(%param);

    Thanks for all the help.