randomUniformForest1.1.6 package

Random Uniform Forests for Classification, Regression and Unsupervised Learning

clusterAnalysis

Cluster (or classes) analysis of importance objects.

clusteringObservations

Cluster observations of a (supervised) randomUniformForest object

as.supervised

Conversion of an unsupervised model into a supervised one

bCI

Bootstrapped Prediction Intervals for Ensemble Models

biasVarCov

Bias-Variance-Covariance Decomposition

combineUnsupervised

Combine Unsupervised Learning objects

fillNA2.randomUniformForest

Missing values imputation by randomUniformForest

generic.cv

Generic k-fold cross-validation

getTree.randomUniformForest

Extract a tree from a forest

importance.randomUniformForest

Variable Importance for random Uniform Forests

init_values

Training and validation samples from data

internalFunctions

All internal functions

mergeClusters

Merge two arbitrary, but adjacent, clusters

model.stats

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

modifyClusters

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

partialDependenceBetweenPredictors

Partial Dependence between Predictors and effect over Response

partialDependenceOverResponses

Partial Dependence Plots and Models

partialImportance

Partial Importance for random Uniform Forests

plotTree

Plot a Random Uniform Decision Tree

postProcessingVotes

Post-processing for Regression

predict.randomUniformForest

Predict method for random Uniform Forests objects

randomUniformForest-package

Random Uniform Forests for Classification, Regression and Unsupervised...

randomUniformForest

Random Uniform Forests for Classification, Regression and Unsupervised...

reSMOTE

REplication of a Synthetic Minority Oversampling TEchnique for highly ...

rm.trees

Remove trees from a random Uniform Forest

roc.curve

ROC and precision-recall curves for random Uniform Forests

rUniformForest.big

Random Uniform Forests for Classification and Regression with large da...

rUniformForest.combine

Incremental learning for random Uniform Forests

rUniformForest.grow

Add trees to a random Uniform Forest

simulationData

Simulation of Gaussian vector

splitClusters

Split a cluster on the fly

unsupervised.randomUniformForest

Unsupervised Learning with Random Uniform Forests

update.unsupervised

Update Unsupervised Learning object

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.

  • Maintainer: Saip Ciss
  • License: BSD_3_clause + file LICENSE
  • Last published: 2022-06-21