Commit graph

6 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
d4298635d3 - Update to 1.30
- Add BUILD_DEPENDS
- Use >= instead of = for *_DEPENDS
- Cosmetic change
- Add missing trailing slash to WWW

Changes:	http://search.cpan.org/dist/Algorithm-KMeans/KMeans-1.30.html
Feature safe:	yes
2011-11-28 09:30:15 +00:00
Andrej Zverev
302b9a7c36 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
- Utilize CPAN macro
2011-06-21 06:58:49 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Wen Heping
b92ab83340 - Update to 1.21 2010-10-21 09:25:50 +00:00
Wen Heping
b8588322bb - Update to 1.20
- Reset maintainer to perl@
2010-09-06 00:30:45 +00:00
Wen Heping
e1daee4b97 Algorithm::KMeans is a perl5 module for the clustering of numerical data
in multidimensional spaces. Since the module is entirely in Perl (in the
sense that it is not a Perl wrapper around a C library that actually does
the clustering), the code in the module can easily be modified to experiment
with several aspects of automatic clustering. For example, one can change
the criterion used to measure the "distance" between two data points, the
stopping condition for accepting final clusters, the criterion used for
measuring the quality of the clustering achieved, etc.

WWW: http://search.cpan.org/dist/Algorithm-KMeans

Feature safe:	yes
2010-07-01 04:16:41 +00:00