Learn R Programming

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

randomUniformForest (version 1.1.5)

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

License

BSD_3_clause + file LICENSE

Maintainer

Saip Ciss

Last Published

February 16th, 2015

Functions in randomUniformForest (1.1.5)

as.supervised

Conversion of an unsupervised model into a supervised one
autoMPG

Auto MPG Data Set
bCI

Bootstrapped Prediction Intervals for Ensemble Models
CarEvaluation

Car Evaluation Data Set
biasVarCov

Bias-Variance-Covariance Decomposition
combineUnsupervised

Combine Unsupervised Learning objects
fillNA2.randomUniformForest

Missing values imputation by randomUniformForest
breastCancer

Breast Cancer Wisconsin (Original) Data Set
clusteringObservations

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

Extract a tree from a forest
init_values

Training and validation samples from data
internalFunctions

All internal functions
importance.randomUniformForest

Variable Importance for random Uniform Forests
clusterAnalysis

Cluster (or classes) analysis of importance objects.
modifyClusters

Change number of clusters (and clusters shape) on the fly
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
plotTree

Plot a Random Uniform Decision Tree
partialImportance

Partial Importance for random Uniform Forests
postProcessingVotes

Post-processing for Regression
predict.randomUniformForest

Predict method for random Uniform Forests objects
rUniformForest.combine

Incremental learning for random Uniform Forests
rUniformForest.big

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

Add trees to a random Uniform Forest
randomUniformForest-package

Random Uniform Forests for Classification, Regression and Unsupervised Learning
generic.cv

Generic k-fold cross-validation
reSMOTE

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

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

Update Unsupervised Learning object
mergeClusters

Merge two arbitrary, but adjacent, clusters
roc.curve

ROC and precision-recall curves for random Uniform Forests
wineQualityRed

Wine Quality Data Set
unsupervised.randomUniformForest

Unsupervised Learning with Random Uniform Forests
splitClusters

Split a cluster on the fly
partialDependenceOverResponses

Partial Dependence Plots and Models
rm.trees

Remove trees from a random Uniform Forest
simulationData

Simulation of Gaussian vector
ConcreteCompressiveStrength

Concrete Compressive Strength Data Set