Description Usage Arguments Value Note See Also
View source: R/vanillaBagger.R
Build an estimator from a simple resampling of data.
1 | vanillaBagger(prediction, response, ...)
|
prediction |
a vector of predictions. |
response |
a vector whose ith component is the true
response for the ith component of |
... |
implemented to allow reweighter to accept its output as its input. |
a list with component 'weights':
a normalized vector of 1's with length equal to that of response.
a "bagger" is just a reweighter who returns uniform weights regardless of the input.
Other reweighters: adaboostReweighter;
arcfsReweighter;
arcx4Reweighter; boost,
boost.function, boost.list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.