1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Breiman and Cutler's random forests for classification and regression

WWW:	http://cran.r-project.org/web/packages/randomForest/
This commit is contained in:
Steven Kreuzer 2012-09-18 18:28:14 +00:00
parent 6f4b012646
commit 6e25da1629
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304452
4 changed files with 22 additions and 0 deletions

View File

@ -22,6 +22,7 @@
SUBDIR += R-cran-memoise
SUBDIR += R-cran-plyr
SUBDIR += R-cran-proto
SUBDIR += R-cran-randomForest
SUBDIR += R-cran-reshape
SUBDIR += R-cran-reshape2
SUBDIR += SpecTcl

View File

@ -0,0 +1,16 @@
# $FreeBSD$
PORTNAME= randomForest
DISTVERSION= 4.6-6
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Classification based on a forest of trees using random inputs
RUN_DEPENDS= R-cran-RColorBrewer>=1.0.5_6:${PORTSDIR}/graphics/R-cran-RColorBrewer
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (randomForest_4.6-6.tar.gz) = f5621bbabfa895f1d87bfdd75011967939883f881cf4a733187872c82a9be06a
SIZE (randomForest_4.6-6.tar.gz) = 76960

View File

@ -0,0 +1,3 @@
Breiman and Cutler's random forests for classification and regression
WWW: http://cran.r-project.org/web/packages/randomForest/