Ensemble model, for classification and regression, based on a forest of unpruned and randomized binary trees. Each tree is grown by sampling, with replacement, a set of variables at each node. Each cut-point is generated randomly, according to the Uniform distribution on the support of each candidate variable. Optimal random node is, then, selected by maximizing information gain (classification) or minimizing 'L2' (or 'L1') distance (regression). Data are either bootstrapped or sub-sampled for each tree. Random Uniform Forests are aimed to lower correlation between trees, to offer more details about variable importance and selection and to allow native incremental learning.
Version: | 1.0.8 |
Depends: | R (≥ 3.0.0) |
Imports: | methods, Rcpp (≥ 0.11.1), parallel, doParallel, iterators, foreach (≥ 1.4.2), ggplot2, pROC, gtools |
LinkingTo: | Rcpp |
Suggests: | R.rsp |
Published: | 2014-09-19 |
Author: | Saip Ciss |
Maintainer: | Saip Ciss <saip.ciss at wanadoo.fr> |
License: | BSD_3_clause + file LICENSE |
NeedsCompilation: | yes |
Citation: | randomUniformForest citation info |
Materials: | NEWS |
CRAN checks: | randomUniformForest results |
Reference manual: | randomUniformForest.pdf |
Vignettes: |
Random Uniform Forests in theory and practice |
Package source: | randomUniformForest_1.0.8.tar.gz |
Windows binaries: | r-devel: randomUniformForest_1.0.8.zip, r-release: randomUniformForest_1.0.8.zip, r-oldrel: randomUniformForest_1.0.8.zip |
OS X Snow Leopard binaries: | r-release: randomUniformForest_1.0.8.tgz, r-oldrel: randomUniformForest_1.0.8.tgz |
OS X Mavericks binaries: | r-release: randomUniformForest_1.0.8.tgz |
Old sources: | randomUniformForest archive |