Learn R Programming

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

RRF (version 1.8)

Regularized Random Forest

Description

Feature Selection with Regularized Random Forest. This package is based on the 'randomForest' package by Andy Liaw. The key difference is the RRF() function that builds a regularized random forest.

Copy Link

Version

Install

install.packages('RRF')

Monthly Downloads

1,781

Version

1.8

License

GPL (>= 2)

Maintainer

Houtao Deng

Last Published

June 30th, 2018

Functions in RRF (1.8)

outlier

Compute outlying measures
partialPlot

Partial dependence plot
varUsed

Variables used in a random forest
margin

Margins of RRF Classifier
getTree

Extract a single tree from a forest.
imports85

The Automobile Data
importance

Extract variable importance measure
classCenter

Prototypes of groups.
na.roughfix

Rough Imputation of Missing Values
MDSplot

Multi-dimensional Scaling Plot of Proximity matrix from RRF
RRF

Feature Selection with Regularized Random Forest
combine

Combine Ensembles of Trees
grow

Add trees to an ensemble
rrfcv

Random Forest Cross-Valdidation for feature selection
tuneRRF

Tune RRF for the optimal mtry parameter
treesize

Size of trees in an ensemble
predict.RRF

predict method for random forest objects
plot.RRF

Plot method for RRF objects
rrfImpute

Missing Value Imputations by RRF
rrfNews

Show the NEWS file
varImpPlot

Variable Importance Plot