Skip to content

An implementation of the Rotation Forest algorithm from Rodriguez et al. 2006

Notifications You must be signed in to change notification settings

sjw821/RotationForest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

An implementation of the "Rotation Forest" algorithm from Rodriguez et al. 2006 in R. In outline it is an ensemble of decision trees, like Random Forest, but every tree has the features randomly split into k subsets and Principal Component Analysis is applied separately to each subset. The decision tree used in the ensemble is rpart().

RotationForest.R contains the functions required to train and predict with a RotationForest object

Usage.R contains an example comparing the results between RandomForest and RotationForest on a classification task from the UCI Repository

About

An implementation of the Rotation Forest algorithm from Rodriguez et al. 2006

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published