Learn R Programming

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

randomUniformForest (version 1.1.1)

Random Uniform Forests for Classification, Regression and Unsupervised Learning

Description

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.

Copy Link

Version

Install

install.packages('randomUniformForest')

Monthly Downloads

217

Version

1.1.1

License

BSD_3_clause + file LICENSE

Maintainer

Saip Ciss

Last Published

December 4th, 2014

Functions in randomUniformForest (1.1.1)

as.supervised

Conversion of an unsupervised model into a supervised one
bCI

Bootstrapped Prediction Intervals for Ensemble Models
breastCancer

Breast Cancer Wisconsin (Original) Data Set
autoMPG

Auto MPG Data Set
fillNA2.randomUniformForest

Missing values imputation by randomUniformForest
ConcreteCompressiveStrength

Concrete Compressive Strength Data Set
generic.cv

Generic k-fold cross-validation
getTree.randomUniformForest

Extract a tree from a forest
clusteringObservations

Cluster observations of a (supervised) randomUniformForest object
CarEvaluation

Car Evaluation Data Set
init_values

Training and validation samples from data
model.stats

Common statistics for a vector of predictions and a vector of responses
modifyClusters

Change number of clusters (and clusters shape) on the fly
biasVarCov

Bias-Variance-Covariance Decomposition
internalFunctions

All internal functions
mergeClusters

Merge two arbitrary, but adjacent, clusters
partialDependenceOverResponses

Partial Dependence Plots and Models
importance.randomUniformForest

Variables Importance for random Uniform Forests
partialDependenceBetweenPredictors

Partial Dependence between Predictors and effect over Response
plotTree

Plot a Random Uniform Decision Tree
postProcessingVotes

Post-processing for Regression
partialImportance

Partial Importance for random Uniform Forests
rUniformForest.big

Random Uniform Forests for Classification and Regression with large data sets
predict.randomUniformForest

Predict method for random Uniform Forests objects
rUniformForest.grow

Add trees to a random Uniform Forest
randomUniformForest

Random Uniform Forests for Classification, Regression and Unsupervised Learning
randomUniformForest-package

Random Uniform Forests for Classification, Regression and Unsupervised Learning
simulationData

Simulation of Gaussian vector
rm.trees

Remove trees from a random Uniform Forest
unsupervised.randomUniformForest

Unsupervised Learning with Random Uniform Forests
roc.curve

ROC and precision-recall curves for random Uniform Forests
wineQualityRed

Wine Quality Data Set
rUniformForest.combine

Incremental learning for random Uniform Forests
reSMOTE

REplication of a Synthetic Minority Oversampling TEchnique for highly imbalanced datasets