forked from Lainports/freebsd-ports
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
21 lines
462 B
Makefile
21 lines
462 B
Makefile
# New ports collection makefile for: p5-Algorithm-KMeans
|
|
# Date created: 30 June, 2010
|
|
# Whom: Wen Heping <wen@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Algorithm-KMeans
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= math perl5
|
|
MASTER_SITES= CPAN/../../authors/id/A/AV/AVIKAK/
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Clustering multi-dimensional data with a pure-Perl implementation
|
|
|
|
MAN3= Algorithm::KMeans.3
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|