randomUniformForest: Random Uniform Forests for Classification, Regression and Unsupervised Learning

Ensemble model, for classification, regression and unsupervised learning, based on a forest of unpruned and randomized binary decision 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 continuous Uniform distribution. For each tree, data are either bootstrapped or subsampled. The unsupervised mode introduces clustering, dimension reduction and variable importance, using a three-layer engine. Random Uniform Forests are mainly aimed to lower correlation between trees (or trees residuals), to provide a deep analysis of variable importance and to allow native distributed and incremental learning.

Package details

AuthorSaip Ciss
MaintainerSaip Ciss <saip.ciss@wanadoo.fr>
LicenseBSD_3_clause + file LICENSE
Version1.1.6
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("randomUniformForest")

Try the randomUniformForest package in your browser

Any scripts or data that you put into this service are public.

randomUniformForest documentation built on June 22, 2022, 1:05 a.m.