Learn R Programming

⚠️There's a newer version (1.1.6) of this package.Take me there.

randomUniformForest (version 1.0.8)

Random Uniform Forests for Classification and Regression

Description

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.

Copy Link

Version

Install

install.packages('randomUniformForest')

Monthly Downloads

217

Version

1.0.8

License

BSD_3_clause + file LICENSE

Maintainer

Saip Ciss

Last Published

September 19th, 2014

Functions in randomUniformForest (1.0.8)

bCI

Bootstrapped Prediction Intervals for Ensemble Models
postProcessingVotes

Post-processing for Regression
internalFunctions

All internal functions
getTree.randomUniformForest

Extract a tree from a forest
randomUniformForest-package

Random Uniform Forests for Classification and Regression
randomUniformForest

Random Uniform Forests for Classification and Regression
plotTree

Plot a Random Uniform Decision Tree
wineQualityRed

Wine Quality Data Set
rUniformForest.big

Random Uniform Forests for Classification and Regression with large data sets
rUniformForest.grow

Add trees to a random Uniform Forest
partialDependenceOverResponses

Partial Dependence Plots and Models
rUniformForest.combine

Incremental learning for random Uniform Forests
predict.randomUniformForest

Predict method for random Uniform Forests objects
breastCancer

Breast Cancer Wisconsin (Original) Data Set
partialDependenceBetweenPredictors

Partial Dependence between Predictors and effect over Response
fillNA2.randomUniformForest

Missing values imputation by randomUniformForest
simulationData

Simulation of Gaussian vector
CarEvaluation

Car Evaluation Data Set
autoMPG

Auto MPG Data Set
ConcreteCompressiveStrength

Concrete Compressive Strength Data Set
biasVarCov

Bias-Variance-Covariance Decomposition
importance.randomUniformForest

Variables Importance for random Uniform Forests
roc.curve

ROC and precision-recall curves for random Uniform Forests
init_values

Training and validation samples from data
rm.trees

Remove trees from a random Uniform Forest
partialImportance

Partial Importance for random Uniform Forests