Description Details Author(s) References
A RotationForest consists of an ensemble of decision trees (like a Random Forest), but every tree consists of k subsets and PCA is applied on each subset. This R package implements the presented analysis in Rodriguez et al. 2006 to provide the ability for further research to be done in the field.
Package: | RotationForest |
Type: | Package |
Version: | 1.0 |
Date: | 2015-04-14 |
License: | MIT |
RotationForest consists of two key user-exposed functions: RotationForest(...) and predict.RotationForest(...), the first of which is a constructor for the forest and the second is a prediction utility. Read the documentation for each of these functions for more information.
Manan Shah
Maintainer: Manan Shah <manan.shah.777@gmail.com>
Juan J. Rodriguez, Ludmila I. Kuncheva, and Carlos J. Alonso. Rotation Forest: A New Classifier Ensemble Method. IEEE Transactions on Pattern Analysis and Machine Intelligence. 2006. \ Ludmila I. Kuncheva and Juan J. Rodriguez. An experimental study on rotation forest ensembles. In Proceedings of the 7th International Conference on Multiple Classifier Systems, MCS'07, pages 459-468, Berlin, Heidelberg, 2007. Springer-Verlag.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.