randomForest

E436333

randomForest is an R package that implements Breiman’s random forest algorithm for classification and regression using ensembles of decision trees.

All labels observed (1)

Label Occurrences
randomForest canonical 1

How this entity was disambiguated

Statements (49)

Predicate Object
instanceOf R package ⓘ
software library ⓘ
author Andy Liaw ⓘ
Matthew Wiener ⓘ
availableOn CRAN ⓘ
basedOn Breiman’s random forest algorithm ⓘ
domain machine learning ⓘ
statistical computing ⓘ
hyperparameter importance ⓘ
maxnodes ⓘ
mtry ⓘ
nodesize ⓘ
ntree ⓘ
proximities ⓘ
replace ⓘ
sampsize ⓘ
implements random forest algorithm ⓘ
language R ⓘ
license GPL-2 ⓘ
maintainer Andy Liaw ⓘ
programmingLanguage R ⓘ
providesFunction combine ⓘ
getTree ⓘ
importance ⓘ
margin ⓘ
partialPlot ⓘ
proximities ⓘ
randomForest ⓘ
varImpPlot ⓘ
supportsFeature classification with factor responses ⓘ
handling of missing values ⓘ
out-of-bag error estimation ⓘ
partial dependence plots ⓘ
proximity measures ⓘ
regression with numeric responses ⓘ
sampling with replacement ⓘ
sampling without replacement ⓘ
variable importance ⓘ
supportsInputType data frame ⓘ
formula interface ⓘ
supportsOutputType class probabilities ⓘ
predicted classes ⓘ
predicted numeric values ⓘ
supportsTask classification ⓘ
regression ⓘ
usedFor predictive modeling ⓘ
supervised learning ⓘ
usesModelType decision tree ⓘ
ensemble of decision trees ⓘ

How these facts were elicited

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

R → hasPackage → randomForest ⓘ