From owner-cvs-all@FreeBSD.ORG Thu Jul 1 04:16:41 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E101F106566C; Thu, 1 Jul 2010 04:16:41 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CC2EF8FC12; Thu, 1 Jul 2010 04:16:41 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o614GfsO034364; Thu, 1 Jul 2010 04:16:41 GMT (envelope-from wen@repoman.freebsd.org) Received: (from wen@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o614Gf6W034361; Thu, 1 Jul 2010 04:16:41 GMT (envelope-from wen) Message-Id: <201007010416.o614Gf6W034361@repoman.freebsd.org> From: Wen Heping Date: Thu, 1 Jul 2010 04:16:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math Makefile ports/math/p5-Algorithm-KMeans Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2010 04:16:42 -0000 wen 2010-07-01 04:16:41 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/p5-Algorithm-KMeans Makefile distinfo pkg-descr pkg-plist Log: 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 Revision Changes Path 1.666 +1 -0 ports/math/Makefile 1.1 +21 -0 ports/math/p5-Algorithm-KMeans/Makefile (new) 1.1 +3 -0 ports/math/p5-Algorithm-KMeans/distinfo (new) 1.1 +10 -0 ports/math/p5-Algorithm-KMeans/pkg-descr (new) 1.1 +6 -0 ports/math/p5-Algorithm-KMeans/pkg-plist (new)