aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Algorithm-KMeans/pkg-descr
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2010-07-01 04:16:41 +0000
committerWen Heping <wen@FreeBSD.org>2010-07-01 04:16:41 +0000
commite1daee4b97eca17b5fb052504cf1200312ffcd00 (patch)
tree3386679cfc5c801a4ae347e36d2406db2e45c4c3 /math/p5-Algorithm-KMeans/pkg-descr
parentea7a9a82fef62070ee6d58e789400206ea794bd5 (diff)
Notes
Diffstat (limited to 'math/p5-Algorithm-KMeans/pkg-descr')
-rw-r--r--math/p5-Algorithm-KMeans/pkg-descr10
1 files changed, 10 insertions, 0 deletions
diff --git a/math/p5-Algorithm-KMeans/pkg-descr b/math/p5-Algorithm-KMeans/pkg-descr
new file mode 100644
index 000000000000..45555f166e73
--- /dev/null
+++ b/math/p5-Algorithm-KMeans/pkg-descr
@@ -0,0 +1,10 @@
+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