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

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!

Replies are listed 'Best First'.
Re^4: Finding The Best Cluster Problem
by spx2 (Deacon) on May 18, 2007 at 11:41 UTC
    maybe there's a solution in using
    linear programming