Learn R Programming

⚠️There's a newer version (4.7-1.2) of this package.Take me there.

randomForest (version 4.6-5)

Breiman and Cutler's random forests for classification and regression

Description

Classification and regression based on a forest of trees using random inputs.

Copy Link

Version

Install

install.packages('randomForest')

Monthly Downloads

93,657

Version

4.6-5

License

GPL (>= 2)

Maintainer

Andy Liaw

Last Published

January 4th, 2012

Functions in randomForest (4.6-5)

getTree

Extract a single tree from a forest.
classCenter

Prototypes of groups.
na.roughfix

Rough Imputation of Missing Values
randomForest

Classification and Regression with Random Forest
grow

Add trees to an ensemble
tuneRF

Tune randomForest for the optimal mtry parameter
varUsed

Variables used in a random forest
plot.randomForest

Plot method for randomForest objects
outlier

Compute outlying measures
combine

Combine Ensembles of Trees
rfNews

Show the NEWS file
rfImpute

Missing Value Imputations by randomForest
treesize

Size of trees in an ensemble
MDSplot

Multi-dimensional Scaling Plot of Proximity matrix from randomForest
varImpPlot

Variable Importance Plot
margin

Margins of randomForest Classifier
predict.randomForest

predict method for random forest objects
imports85

The Automobile Data
importance

Extract variable importance measure
partialPlot

Partial dependence plot
rfcv

Random Forest Cross-Valdidation for feature selection