pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/ranger Importing math/ranger



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ba4e76294b32
branches:  trunk
changeset: 351396:ba4e76294b32
user:      cheusov <cheusov%pkgsrc.org@localhost>
date:      Fri Aug 19 20:24:36 2016 +0000

description:
Importing math/ranger

Ranger is a fast implementation of random forest (Breiman 2001) or
recursive partitioning, particularly suited for high dimensional
data. Classification, regression, probability estimation and survival
forests are supported. Classification and regression forests are
implemented as in the original Random Forest (Breiman 2001), survival
forests as in Random Survival Forests (Ishwaran et al. 2008). For
probability estimation forests see Malley et al. (2012).

diffstat:

 math/ranger/DESCR    |   7 +++++++
 math/ranger/Makefile |  22 ++++++++++++++++++++++
 math/ranger/PLIST    |   2 ++
 math/ranger/distinfo |   6 ++++++
 4 files changed, 37 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r 60a250f9a8e5 -r ba4e76294b32 math/ranger/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/ranger/DESCR Fri Aug 19 20:24:36 2016 +0000
@@ -0,0 +1,7 @@
+Ranger is a fast implementation of random forest (Breiman 2001) or
+recursive partitioning, particularly suited for high dimensional
+data. Classification, regression, probability estimation and survival
+forests are supported. Classification and regression forests are
+implemented as in the original Random Forest (Breiman 2001), survival
+forests as in Random Survival Forests (Ishwaran et al. 2008). For
+probability estimation forests see Malley et al. (2012).
diff -r 60a250f9a8e5 -r ba4e76294b32 math/ranger/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/ranger/Makefile      Fri Aug 19 20:24:36 2016 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2016/08/19 20:24:36 cheusov Exp $
+
+DISTNAME=      ranger-0.4.2
+CATEGORIES=    math
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=imbs-hl/}
+
+MAINTAINER=    cheusov%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/imbs-hl/ranger
+COMMENT=       Fast Implementation of Random Forests
+LICENSE=       gnu-gpl-v3
+
+WRKSRC=                ${WRKDIR}/${DISTNAME}/source
+USE_LANGUAGES= c c++
+USE_CMAKE=     yes
+
+INSTALLATION_DIRS+=    bin
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/ranger ${DESTDIR}${PREFIX}/bin
+
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 60a250f9a8e5 -r ba4e76294b32 math/ranger/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/ranger/PLIST Fri Aug 19 20:24:36 2016 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2016/08/19 20:24:36 cheusov Exp $
+bin/ranger
diff -r 60a250f9a8e5 -r ba4e76294b32 math/ranger/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/ranger/distinfo      Fri Aug 19 20:24:36 2016 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/08/19 20:24:36 cheusov Exp $
+
+SHA1 (ranger-0.4.2.tar.gz) = e79ebd740b6810747ab740f944d344f10ec3b230
+RMD160 (ranger-0.4.2.tar.gz) = 7e1b8a1dd4090b18bc47eb4240dad9865e518d87
+SHA512 (ranger-0.4.2.tar.gz) = 1fe97f6986ea7d805efc7c0524aeef5fd86a191c00664a762e3c032e849c26c5ea6e7e3d0688a0b55a01d7349c789440843d4d244fa18b877d655bdbae49f736
+Size (ranger-0.4.2.tar.gz) = 13998218 bytes



Home | Main Index | Thread Index | Old Index