Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 15 found.
[1] < 1 2 > [2]  Sort:

adabag-internal (Package: adabag) : Internal code{adabag

Internal adabag functions
● Data Source: CranContrib
● Keywords: internal
● Alias: Margin.vote, OOBIndex, adabag-internal, entropyEachTree.bagging, predictOrderedAggregation.bagging, select, vote.bagging
● 0 images

predict.bagging (Package: adabag) : Predicts from a fitted bagging object

Classifies a dataframe using a fitted bagging object.
● Data Source: CranContrib
● Keywords: classif, tree
● Alias: predict.bagging
● 0 images

predict.boosting (Package: adabag) : Predicts from a fitted boosting object

Classifies a dataframe using a fitted boosting object.
● Data Source: CranContrib
● Keywords: classif, tree
● Alias: predict.boosting
● 0 images

plot.errorevol (Package: adabag) :

Plots the previously calculated error evolution of an AdaBoost.M1, AdaBoost-SAMME or Bagging classifier for a data frame as the ensemble size grows
● Data Source: CranContrib
● Keywords: classif, tree
● Alias: plot.errorevol
● 0 images

MarginOrderedPruning.Bagging (Package: adabag) : MarginOrderedPruning.Bagging

Margin-based ordered aggregation for bagging pruning
● Data Source: CranContrib
● Keywords: classif, tree
● Alias: MarginOrderedPruning.Bagging
● 0 images

plot.margins (Package: adabag) :

Plots the previously calculated margins of an AdaBoost.M1, AdaBoost-SAMME or Bagging classifier for a data frame
● Data Source: CranContrib
● Keywords: classif, tree
● Alias: plot.margins
● 0 images

errorevol (Package: adabag) : Shows the error evolution of the ensemble

Calculates the error evolution of an AdaBoost.M1, AdaBoost-SAMME or Bagging classifier for a data frame as the ensemble size grows
● Data Source: CranContrib
● Keywords: classif, tree
● Alias: errorevol
● 0 images

bagging (Package: adabag) : Applies the Bagging algorithm to a data set

Fits the Bagging algorithm proposed by Breiman in 1996 using classification trees as single classifiers.
● Data Source: CranContrib
● Keywords: classif, tree
● Alias: bagging
● 0 images

adabag-package (Package: adabag) :

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.
● Data Source: CranContrib
● Keywords: classif, tree
● Alias: adabag, adabag-package
● 0 images

bagging.cv (Package: adabag) : Runs v-fold cross validation with Bagging

The data are divided into v non-overlapping subsets of roughly equal size. Then, bagging is applied on (v-1) of the subsets. Finally, predictions are made for the left out subsets, and the process is repeated for each of the v subsets.
● Data Source: CranContrib
● Keywords: classif, tree
● Alias: bagging.cv
● 0 images