Learn R Programming

randomUniformForest (version 1.1.6)

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

203

Version

1.1.6

License

BSD_3_clause + file LICENSE

Maintainer

Saip Ciss

Last Published

June 21st, 2022

Functions in randomUniformForest (1.1.6)

breastCancer

Breast Cancer Wisconsin (Original) Data Set
combineUnsupervised

Combine Unsupervised Learning objects
bCI

Bootstrapped Prediction Intervals for Ensemble Models
ConcreteCompressiveStrength

Concrete Compressive Strength Data Set
CarEvaluation

Car Evaluation Data Set
autoMPG

Auto MPG Data Set
biasVarCov

Bias-Variance-Covariance Decomposition
clusteringObservations

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

Conversion of an unsupervised model into a supervised one
clusterAnalysis

Cluster (or classes) analysis of importance objects.
modifyClusters

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

All internal functions
init_values

Training and validation samples from data
getTree.randomUniformForest

Extract a tree from a forest
importance.randomUniformForest

Variable Importance for random Uniform Forests
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
mergeClusters

Merge two arbitrary, but adjacent, clusters
predict.randomUniformForest

Predict method for random Uniform Forests objects
rUniformForest.grow

Add trees to a random Uniform Forest
partialImportance

Partial Importance for random Uniform Forests
generic.cv

Generic k-fold cross-validation
fillNA2.randomUniformForest

Missing values imputation by randomUniformForest
partialDependenceOverResponses

Partial Dependence Plots and Models
rUniformForest.combine

Incremental learning for random Uniform Forests
rUniformForest.big

Random Uniform Forests for Classification and Regression with large data sets
postProcessingVotes

Post-processing for Regression
plotTree

Plot a Random Uniform Decision Tree
randomUniformForest-package

Random Uniform Forests for Classification, Regression and Unsupervised Learning
simulationData

Simulation of Gaussian vector
roc.curve

ROC and precision-recall curves for random Uniform Forests
splitClusters

Split a cluster on the fly
unsupervised.randomUniformForest

Unsupervised Learning with Random Uniform Forests
update.unsupervised

Update Unsupervised Learning object
randomUniformForest

Random Uniform Forests for Classification, Regression and Unsupervised Learning
wineQualityRed

Wine Quality Data Set
reSMOTE

REplication of a Synthetic Minority Oversampling TEchnique for highly imbalanced datasets
rm.trees

Remove trees from a random Uniform Forest