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 101 - 110 of 182600 found.
[1] < 6 7 8 9 10 11 12 13 14 15 16 > [18260]  Sort:

print.randomLCA (Package: randomLCA) : print for randomLCA object

Prints a randomLCA object. Prints summary.
● Data Source: CranContrib
● Keywords: methods
● Alias: print.randomLCA
● 0 images

randomNames-package (Package: randomNames) : Function for Generating Random Names and a Dataset

Functions for generating random gender and ethnicity correct first and/or last names where names are proportionally sampled based upon their frequency in a large scale database.
● Data Source: CranContrib
● Keywords: package
● Alias: randomNames-package
● 0 images

randomNames (Package: randomNames) : Random Names Function

Function to generate random gender and ethnicity correct first and/or last names. Names are chosen proportionally based upon their probability of appearing in a large scale data base of real names. Function to generate random gender and ethnicity correct first and/or/last names. The function probabilistically samples from the embedded randomNamesData dataset to provide a realistic list of first and/or last names.
● Data Source: CranContrib
● Keywords: misc, models
● Alias: randomNames
● 0 images

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