7f406b7395
An illustrative implimentation of Kohonen's Self-organising Feature Maps (SOMs) in Perl.
18 lines
316 B
Makefile
Executable File
18 lines
316 B
Makefile
Executable File
# $OpenBSD: Makefile,v 1.1.1.1 2009/03/31 16:45:43 jasper Exp $
|
|
|
|
COMMENT= Kohonen's Self-Organizing Maps
|
|
|
|
DISTNAME= AI-NeuralNet-Kohonen-0.142
|
|
CATEGORIES= math
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
.include <bsd.port.mk>
|
|
|