Other packages > Find by keyword >

adabag  

Applies Multiclass AdaBoost.M1, SAMME and Bagging
View on CRAN: Click here


Download and install adabag package within the R console
Install from CRAN:
install.packages("adabag")

Install from Github:
library("remotes")
install_github("cran/adabag")

Install by package version:
library("remotes")
install_version("adabag", "5.1")



Attach the package and use:
library("adabag")
Maintained by
Esteban Alfaro
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2006-06-06
Latest Update: 2025-07-28
Description:
It implements Freund and Schapire's Adaboost.M1 algorithm and Breiman's Bagging algorithm using classification trees as individual classifiers. Once these classifiers have been trained, they can be used to predict on new data. Also, cross validation estimation of the error can be done. Since version 2.0 the function margins() is available to calculate the margins for these classifiers. Also a higher flexibility is achieved giving access to the rpart.control() argument of 'rpart'. Four important new features were introduced on version 3.0, AdaBoost-SAMME (Zhu et al., 2009) is implemented and a new function errorevol() shows the error of the ensembles as a function of the number of iterations. In addition, the ensembles can be pruned using the option 'newmfinal' in the predict.bagging() and predict.boosting() functions and the posterior probability of each class for observations can be obtained. Version 3.1 modifies the relative importance measure to take into account the gain of the Gini index given by a variable in each tree and the weights of these trees. Version 4.0 includes the margin-based ordered aggregation for Bagging pruning (Guo and Boukir, 2013) and a function to auto prune the 'rpart' tree. Moreover, three new plots are also available importanceplot(), plot.errorevol() and plot.margins(). Version 4.1 allows to predict on unlabeled data. Version 4.2 includes the parallel computation option for some of the functions. Version 5.0 includes the Boosting and Bagging algorithms for label ranking (Albano, Sciandra and Plaia, 2023).
How to cite:
Esteban Alfaro (2006). adabag: Applies Multiclass AdaBoost.M1, SAMME and Bagging. R package version 5.1, https://cran.r-project.org/web/packages/adabag. Accessed 06 Mar. 2026.
Previous versions and publish date:
1.0 (2006-06-06 15:57), 1.1 (2007-10-25 21:15), 2.0 (2011-07-23 15:49), 2.1 (2011-10-23 12:08), 3.0 (2011-12-22 14:37), 3.1 (2012-07-05 19:18), 3.2 (2013-08-16 18:25), 4.0 (2014-12-21 21:11), 4.1 (2015-10-14 23:41), 4.2 (2018-01-19 15:52), 4.3 (2023-05-01 18:40), 5.0 (2023-05-31 19:00)
Other packages that cited adabag R package
View adabag citation profile
Other R packages that adabag depends, imports, suggests or enhances
Complete documentation for adabag
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

DatabionicSwarm  
Swarm Intelligence for Self-Organized Clustering
Algorithms implementing populations of agents that interact with one another and sense their environ ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
mlr3viz  
Visualizations for 'mlr3'
Visualization package of the 'mlr3' ecosystem. It features plots for mlr3 objects such as tasks, le ...
Download / Learn more Package Citations See dependency  
lbfgs  
Limited-memory BFGS Optimization
A wrapper built around the libLBFGS optimization library by Naoaki Okazaki. The lbfgs package implem ...
Download / Learn more Package Citations See dependency  
EMVS  
The Expectation-Maximization Approach to Bayesian Variable Selection
An efficient expectation-maximization algorithm for fitting Bayesian spike-and-slab regularization p ...
Download / Learn more Package Citations See dependency  
solitude  
An Implementation of Isolation Forest
Isolation forest is anomaly detection method introduced by the paper Isolation based Anomaly Detecti ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,244

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA