Learn R Programming

EnsemblePCReg (version 1.1.4)

Extensible Package for Principal-Component-Regression-Based Heterogeneous Ensemble Meta-Learning

Description

Extends the base classes and methods of 'EnsembleBase' package for Principal-Components-Regression-based (PCR) integration of base learners. Default implementation uses cross-validation error to choose the optimal number of PC components for the final predictor. The package takes advantage of the file method provided in 'EnsembleBase' package for writing estimation objects to disk in order to circumvent RAM bottleneck. Special save and load methods are provided to allow estimation objects to be saved to permanent files on disk, and to be loaded again into temporary files in a later R session. Users and developers can extend the package by extending the generic methods and classes provided in 'EnsembleBase' package as well as this package.

Copy Link

Version

Install

install.packages('EnsemblePCReg')

Monthly Downloads

71

Version

1.1.4

License

GPL (>= 2)

Maintainer

Alireza Mahani

Last Published

April 18th, 2022

Functions in EnsemblePCReg (1.1.4)

Regression.Sweep.Fit-methods

~~ Methods for Function Regression.Sweep.Fit in Package EnsemblePCReg ~~
epcreg

Principal-Components-Regression-Based (PCR) Integration of Base Learners for Ensemble Learning
Regression.Sweep.CV.Fit

Function for cross-validation based sweep operation.
epcreg.baselearner.control

Utility Functions for Configuring Regression Base Learners and Integrator in EnsemblePCReg Package
summary.epcreg

Summary function for epcreg model
Regression.Integrator.PCR.SelMin.Config-class

Class "Regression.Integrator.PCR.SelMin.Config"
Regression.Sweep.PCR.FitObj-class

Class "Regression.Sweep.PCR.FitObj"
Regression.Integrator.PCR.SelMin.FitObj-class

Class "Regression.Integrator.PCR.SelMin.FitObj"
Regression.Sweep.PCR.Config-class

Class "Regression.Sweep.PCR.Config"
Regression.Sweep.CV.FitObj-class

Class "Regression.Sweep.CV.FitObj"
epcreg.save

Custom Functions for Disk I/O in EnsemblePCReg Package
predict.epcreg

Predict method for class "epcreg"
plot.epcreg

Plot function for epcreg model