in reply to Re: Finding The Best Cluster Problem
in thread Finding The Best Cluster Problem

Thanks a lot for the reply. Do you know if there exist any implementation of DENDOGRAM in Perl?
I tried CPAN, doesn't seem to find any.

---
neversaint and everlastingly indebted.......

Replies are listed 'Best First'.
Re^3: Finding The Best Cluster Problem
by clwolfe (Scribe) on May 17, 2007 at 03:21 UTC
    A dendrogram is a way of visualizing the results of a clustering algorithm. It's not a way to cluster in and of itself.

    There is a CPAN module that will help you - it's Algorithm::Cluster, which contains several approaches to your problem. You'll need a bit of background in cluster analysis - cluster analysis is a good starting point. Good luck!

      maybe there's a solution in using
      linear programming