aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Algorithm-KMeans
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.30Sunpoet Po-Chuan Hsieh2011-11-283-8/+10
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=286546
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.Andrej Zverev2011-06-211-1/+2
| | | | | | | | | | 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 Notes: svn path=/head/; revision=275968
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 1.21Wen Heping2010-10-212-4/+7
| | | | Notes: svn path=/head/; revision=263394
* - Update to 1.20Wen Heping2010-09-062-5/+5
| | | | | | | - Reset maintainer to perl@ Notes: svn path=/head/; revision=260618
* Algorithm::KMeans is a perl5 module for the clustering of numerical dataWen Heping2010-07-014-0/+40
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 Notes: svn path=/head/; revision=257239