diff options
author | tota <tota@FreeBSD.org> | 2011-09-03 08:46:24 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2011-09-03 08:46:24 +0800 |
commit | 82a5580d8472f28437b249d473362fe87f95fd4c (patch) | |
tree | b7923e8c0714a7ee9fbea044603028731c8883e8 /devel/Makefile | |
parent | 40988404787b21863bd78ad2c4be1e313bb6edc2 (diff) | |
download | freebsd-ports-gnome-82a5580d8472f28437b249d473362fe87f95fd4c.tar.gz freebsd-ports-gnome-82a5580d8472f28437b249d473362fe87f95fd4c.tar.zst freebsd-ports-gnome-82a5580d8472f28437b249d473362fe87f95fd4c.zip |
- Add a new port: devel/R-cran-caret
The caret package (short for Classification And REgression Training)
is a set of functions that attempt to streamline the process for
creating predictive models. The package contains tools for:
* data splitting
* pre-processing
* model tuning using resampling
* variable importance estimation
as well as other functionality.
WWW: http://caret.r-forge.r-project.org/
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 121055155b26..f4806d3b3801 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -9,6 +9,7 @@ SUBDIR += ORBit2 SUBDIR += ORBit2-reference SUBDIR += R-cran-bitops + SUBDIR += R-cran-caret SUBDIR += R-cran-iterators SUBDIR += R-cran-itertools SUBDIR += R-cran-plyr |