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 61 - 70 of 182600 found.
[1] < 2 3 4 5 6 7 8 9 10 11 12 > [18260]  Sort:

tuneRF (Package: randomForest) : Tune randomForest for the optimal mtry parameter

Starting with the default value of mtry, search for the optimal value (with respect to Out-of-Bag error estimate) of mtry for randomForest.
● Data Source: CranContrib
● Keywords: classif, tree
● Alias: tuneRF
● 0 images

combine (Package: randomForest) : Combine Ensembles of Trees

Combine two more more ensembles of trees into one.
● Data Source: CranContrib
● Keywords: classif, regression
● Alias: combine
● 0 images

randomForest (Package: randomForest) : Classification and Regression with Random Forest

randomForest implements Breiman's random forest algorithm (based on Breiman and Cutler's original Fortran code) for classification and regression. It can also be used in unsupervised mode for assessing proximities among data points.
● Data Source: CranContrib
● Keywords: classif, regression, tree
● Alias: print.randomForest, randomForest, randomForest.default, randomForest.formula
● 0 images

varUsed (Package: randomForest) : Variables used in a random forest

Find out which predictor variables are actually used in the random forest.
● Data Source: CranContrib
● Keywords: tree
● Alias: varUsed
● 0 images

grow (Package: randomForest) : Add trees to an ensemble

Add additional trees to an existing ensemble of trees.
● Data Source: CranContrib
● Keywords: classif, regression
● Alias: grow, grow.default, grow.randomForest
● 0 images

getTree (Package: randomForest) : Extract a single tree from a forest.

This function extract the structure of a tree from a randomForest object.
● Data Source: CranContrib
● Keywords: tree
● Alias: getTree
● 0 images

classCenter (Package: randomForest) : Prototypes of groups.

Prototypes are ‘representative’ cases of a group of data points, given the similarity matrix among the points. They are very similar to medoids. The function is named ‘classCenter’ to avoid conflict with the function prototype in the methods package.
● Data Source: CranContrib
● Keywords: classif
● Alias: classCenter
● 0 images

MDSplot (Package: randomForest) : Multi-dimensional Scaling Plot of Proximity matrix from randomForest

Plot the scaling coordinates of the proximity matrix from randomForest.
● Data Source: CranContrib
● Keywords: classif, tree
● Alias: MDSplot
● 0 images

outlier (Package: randomForest) : Compute outlying measures

Compute outlying measures based on a proximity matrix.
● Data Source: CranContrib
● Keywords: classif
● Alias: outlier, outlier.default, outlier.randomForest
● 0 images

partialPlot (Package: randomForest) : Partial dependence plot

Partial dependence plot gives a graphical depiction of the marginal effect of a variable on the class probability (classification) or response (regression).
● Data Source: CranContrib
● Keywords: classif, regression, tree
● Alias: partialPlot, partialPlot.default, partialPlot.randomForest
● 0 images