| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
08 Mar 2012 08:41:36
1.40
|
sunpoet  |
- Update to 1.40
Changes:
http://search.cpan.org/dist/Algorithm-KMeans/KMeans-1.40.html#changes |
28 Nov 2011 09:30:15
1.30
|
sunpoet  |
- 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 |
21 Jun 2011 06:58:21
1.21
|
az  |
- 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 |
20 Mar 2011 12:54:45
1.21
|
miwi  |
- Get Rid MD5 support |
21 Oct 2010 09:25:51
1.21
|
wen  |
- Update to 1.21 |
06 Sep 2010 00:30:45
1.20
|
wen  |
- Update to 1.20
- Reset maintainer to perl@ |
01 Jul 2010 04:16:41
1.1.1
|
wen  |
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 |