Learn R Programming

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

randomUniformForest (version 1.1.2)

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.2

License

BSD_3_clause + file LICENSE

Maintainer

Saip Ciss

Last Published

January 6th, 2015

Functions in randomUniformForest (1.1.2)

as.supervised

Conversion of an unsupervised model into a supervised one
biasVarCov

Bias-Variance-Covariance Decomposition
CarEvaluation

Car Evaluation Data Set
bCI

Bootstrapped Prediction Intervals for Ensemble Models
ConcreteCompressiveStrength

Concrete Compressive Strength Data Set
breastCancer

Breast Cancer Wisconsin (Original) Data Set
getTree.randomUniformForest

Extract a tree from a forest
clusteringObservations

Cluster observations of a (supervised) randomUniformForest object
importance.randomUniformForest

Variables Importance for random Uniform Forests
generic.cv

Generic k-fold cross-validation
fillNA2.randomUniformForest

Missing values imputation by randomUniformForest
internalFunctions

All internal functions
init_values

Training and validation samples from data
partialDependenceBetweenPredictors

Partial Dependence between Predictors and effect over Response
model.stats

Common statistics for a vector (or factor) of predictions and a vector (or factor) of responses
modifyClusters

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

Plot a Random Uniform Decision Tree
predict.randomUniformForest

Predict method for random Uniform Forests objects
partialDependenceOverResponses

Partial Dependence Plots and Models
rUniformForest.combine

Incremental learning for random Uniform Forests
mergeClusters

Merge two arbitrary, but adjacent, clusters
rUniformForest.grow

Add trees to a random Uniform Forest
postProcessingVotes

Post-processing for Regression
randomUniformForest-package

Random Uniform Forests for Classification, Regression and Unsupervised Learning
reSMOTE

REplication of a Synthetic Minority Oversampling TEchnique for highly imbalanced datasets
partialImportance

Partial Importance for random Uniform Forests
rUniformForest.big

Random Uniform Forests for Classification and Regression with large data sets
roc.curve

ROC and precision-recall curves for random Uniform Forests
randomUniformForest

Random Uniform Forests for Classification, Regression and Unsupervised Learning
combine.unsupervised

Combine Unsupervised Learning objects
update.unsupervised

Update Unsupervised Learning object
simulationData

Simulation of Gaussian vector
unsupervised.randomUniformForest

Unsupervised Learning with Random Uniform Forests
wineQualityRed

Wine Quality Data Set
autoMPG

Auto MPG Data Set
rm.trees

Remove trees from a random Uniform Forest