Tweak math/geg version 1.0.2_7
[dports.git] / math / p5-Algorithm-KMeans / pkg-descr
1 Algorithm::KMeans is a perl5 module for the clustering of numerical data
2 in multidimensional spaces. Since the module is entirely in Perl (in the
3 sense that it is not a Perl wrapper around a C library that actually does
4 the clustering), the code in the module can easily be modified to experiment
5 with several aspects of automatic clustering. For example, one can change
6 the criterion used to measure the "distance" between two data points, the
7 stopping condition for accepting final clusters, the criterion used for
8 measuring the quality of the clustering achieved, etc.
9
10 WWW: http://search.cpan.org/dist/Algorithm-KMeans/