Learn R Programming

boostr (version 1.0.0)

vanillaBagger: Standard (vanilla) bagging procedure.

Description

Build an estimator from a simple resampling of data.

Usage

vanillaBagger(prediction, response, ...)

Arguments

prediction
a vector of predictions.
response
a vector whose $ith$ component is the true response for the $ith$ component of prediction.
...
implemented to allow reweighter to accept its output as its input.

Value

a list with component 'weights': a normalized vector of 1's with length equal to that of response.

See Also

Other reweighters: adaboostReweighter; arcfsReweighter; arcx4Reweighter; boost, boost.function, boost.list