Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 38 found.
[1] < 1 2 3 4 > [4]  Sort:

bCI (Package: randomUniformForest) : Bootstrapped Prediction Intervals for Ensemble Models

Bootstrapped prediction (and confidence) interval(s) for problems where response vector has a very frequent value (e.g. 0) or for drawing tighter prediction interval (for each response) than those provided by random Uniform Forests.
● Data Source: CranContrib
● Keywords:
● Alias: bCI
● 0 images

rUniformForest.combine (Package: randomUniformForest) : Incremental learning for random Uniform Forests

Combine many random uniform forests on same or different data and/or same and different parameters to obtain one ensemble model. Function acts as the "Reduce" task of MapReduce paradigm. "Map" task has here no defined length, since rUniformForest.combine() is an ensemble of ensembles of any size, parameters or data that can be continuously merged and evaluated as a single model. Native incremental learning is then achieved adding and removing, but never modifying, trees.
● Data Source: CranContrib
● Keywords: incremental, learning
● Alias: rUniformForest.combine
● 0 images

partialImportance (Package: randomUniformForest) : Partial Importance for random Uniform Forests

Describe what features are the most important for one specifically class (in case of classification) or explain features that are affecting, the most, variability of the response (for regression), either for train or test sample.
● Data Source: CranContrib
● Keywords:
● Alias: partialImportance
● 0 images

randomUniformForest-package (Package: randomUniformForest) :

Ensemble model for classification, regression and unsupervised learning, based on a forest of unpruned and randomized binary decision trees. Unlike Breiman's Random Forests, each tree is grown by sampling, with replacement, a set of variables before splitting each node. Each cut-point is generated randomly, according to the continuous Uniform distribution between two random points of each candidate variable or using its whole current support. Optimal random node is, then, selected among many full random ones by maximizing Information Gain (classification) or minimizing a distance (regression), 'L2' (or 'L1'). Unlike Extremely Randomized Trees, data are either bootstrapped or sub-sampled for each tree. From the theoretical side, Random Uniform Forests are aimed to lower correlation between trees and to offer a deep analysis of variable importance. The unsupervised mode introduces clustering and dimension reduction, using a three-layer engine: dissimilarity matrix, Multidimensional Scaling (or spectral decomposition) and k-means (or hierarchical clustering). From the practical side, Random Uniform Forests are designed to provide a complete analysis of (un)supervised problems and to allow native distributed and incremental learning.
● Data Source: CranContrib
● Keywords:
● Alias: randomUniformForest-package
● 0 images

randomUniformForest (Package: randomUniformForest) :

Ensemble model for classification, regression and unsupervised learning, based on a forest of unpruned and randomized binary decision trees. Unlike Breiman's Random Forests, each tree is grown by sampling, with replacement, a set of variables before splitting each node. Each cut-point is generated randomly, according to the continuous Uniform distribution between two random points of each candidate variable or using its whole current support. Optimal random node is, then, selected among many full random ones by maximizing Information Gain (classification) or minimizing a distance (regression), 'L2' (or 'L1'). Unlike Extremely Randomized Trees, data are either bootstrapped or sub-sampled for each tree. From the theoretical side, Random Uniform Forests are aimed to lower correlation between trees and to offer a deep analysis of variable importance. The unsupervised mode introduces clustering and dimension reduction, using a three-layer engine: dissimilarity matrix, Multidimensional Scaling (or Spectral decomposition) and k-means (or hierarchical clustering). From the practical side, Random Uniform Forests are designed to provide a complete analysis of (un)supervised problems and to allow native distributed and incremental learning.
● Data Source: CranContrib
● Keywords:
● Alias: plot.randomUniformForest, print.randomUniformForest, randomUniformForest, randomUniformForest.default, randomUniformForest.formula, summary.randomUniformForest
● 0 images

unsupervised.randomUniformForest (Package: randomUniformForest) :

Unsupervised mode of Random Uniform Forests is designed to provide, in all cases, clustering, dimension reduction, easy visualization, deep variable importance, relations between observations, variables and clusters. It also comes with two specific points: easy assessment (cluster analysis) and dynamic clustering, allowing to change on-the-fly any clustering shape. A three-layer engine is used: dissimilarity matrix, Multidimensional Scaling (MDS) or Spectral decomposition, and k-means or hierarchical clustering. The unsupervised mode does not require the number of clusters to be known, thanks to the gap statistic, and inherits of main algorithmic properties of the supervised mode, allowing (almost) any type of variable.
● Data Source: CranContrib
● Keywords:
● Alias: plot.unsupervised, print.unsupervised, unsupervised, unsupervised.randomUniformForest
● 0 images

modifyClusters (Package: randomUniformForest) :

Modify on the fly the number of clusters in the unsupervised mode of Random Uniform Forests. Once the unsupervised model is built, one can change the clustering scheme, adding or merging clusters without computing again the model. Average silhouette coefficient or variance between clusters are automatically adjusted in order to assess the new scheme.
● Data Source: CranContrib
● Keywords: clustering, dimension, learning, reduction, unsupervised
● Alias: modifyClusters
● 0 images

generic.cv (Package: randomUniformForest) : Generic k-fold cross-validation

Performs k-fold cross-validation 'n' times for any specified algorithm, using two of many metrics(test error, AUC, precision,...)
● Data Source: CranContrib
● Keywords:
● Alias: generic.cv
● 0 images

partialDependenceBetweenPredictors (Package: randomUniformForest) : Partial Dependence between Predictors and effect over Response

Computes partial dependence between two predictors, and their effects on response values.
● Data Source: CranContrib
● Keywords:
● Alias: partialDependenceBetweenPredictors
● 0 images

wineQualityRed (Package: randomUniformForest) : Wine Quality Data Set

Two datasets are included, related to red and white vinho verde wine samples, from the north of Portugal. The goal is to model wine quality based on physicochemical tests.
● Data Source: CranContrib
● Keywords:
● Alias: wineQualityRed
● 0 images