Add p5-Statistics-LTU 2.8, a perl implementation of Linear Threshould
Units. PR: 24000 Submitted by: Anton Berezin <tobez@tobez.org>
This commit is contained in:
parent
8ac638cb9a
commit
fab778a52f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36746
@ -61,6 +61,7 @@
|
||||
SUBDIR += p5-Statistics-ChiSquare
|
||||
SUBDIR += p5-Statistics-Descriptive
|
||||
SUBDIR += p5-Statistics-Distributions
|
||||
SUBDIR += p5-Statistics-LTU
|
||||
SUBDIR += pari
|
||||
SUBDIR += parmetis
|
||||
SUBDIR += physcalc
|
||||
|
23
math/p5-Statistics-LTU/Makefile
Normal file
23
math/p5-Statistics-LTU/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: math/p5-Statistics-LTU
|
||||
# Date created: 01 January 2001
|
||||
# Whom: Anton Berezin <tobez@tobez.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Statistics-LTU
|
||||
PORTVERSION= 2.8
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Statistics
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tobez@tobez.org
|
||||
|
||||
USE_PERL5= yes
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Statistics::LTU.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
1
math/p5-Statistics-LTU/distinfo
Normal file
1
math/p5-Statistics-LTU/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Statistics-LTU-2.8.tar.gz) = 22d194baec8ef7696b57a4a365a0850d
|
1
math/p5-Statistics-LTU/pkg-comment
Normal file
1
math/p5-Statistics-LTU/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl implementation of Linear Threshold Units
|
7
math/p5-Statistics-LTU/pkg-descr
Normal file
7
math/p5-Statistics-LTU/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
Statistics::LTU defines methods for creating, destroying, training and
|
||||
testing Linear Threshold Units. A linear threshold unit is a 1-layer
|
||||
neural network, also called a perceptron. LTU's are used to learn
|
||||
classifications from examples.
|
||||
|
||||
-Anton
|
||||
<tobez@tobez.org>
|
7
math/p5-Statistics-LTU/pkg-plist
Normal file
7
math/p5-Statistics-LTU/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Statistics/LTU/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Statistics/LTU.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Statistics/weather.pl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Statistics/LTU.pm
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Statistics/LTU
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Statistics 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Statistics 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user