Import R-bnlearn-2.9 as wip/R-bnlearn.
Bayesian network structure learning (via constraint-based, score-based and hybrid algorithms), parameter learning (via ML and Bayesian estimators) and inference.
This commit is contained in:
parent
069b99a57a
commit
d1b550af26
3 changed files with 28 additions and 0 deletions
3
R-bnlearn/DESCR
Normal file
3
R-bnlearn/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
Bayesian network structure learning (via constraint-based, score-based
|
||||
and hybrid algorithms), parameter learning (via ML and Bayesian
|
||||
estimators) and inference.
|
20
R-bnlearn/Makefile
Normal file
20
R-bnlearn/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2012/05/10 10:59:38 bubuchka Exp $
|
||||
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://www.bnlearn.com/
|
||||
COMMENT= Bayesian network structure learning, parameter learning and inference
|
||||
|
||||
R_PKGNAME= bnlearn
|
||||
R_PKGVER= 2.9
|
||||
|
||||
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
|
||||
|
||||
USE_LANGUAGES= c fortran
|
||||
|
||||
.include "../../devel/gettext-lib/buildlink3.mk"
|
||||
.include "../../wip/R-graph/buildlink3.mk"
|
||||
.include "../../math/R/Makefile.extension"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
R-bnlearn/distinfo
Normal file
5
R-bnlearn/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2012/05/10 10:59:38 bubuchka Exp $
|
||||
|
||||
SHA1 (R/bnlearn_2.9.tar.gz) = 4bcd9208f31540493161d659b6b5bc1596b4c178
|
||||
RMD160 (R/bnlearn_2.9.tar.gz) = 294373e6e44a2da7cbfae8b7808374bda38a6d68
|
||||
Size (R/bnlearn_2.9.tar.gz) = 999673 bytes
|
Loading…
Reference in a new issue