adaboostReweighter(prediction, response, weights, ...)
prediction
.reweighter
' class. It returns a named list with components
prediction
and response
.estimator
to be used by
adaboostAggregator
.alpha <- log(.Machine$double.xmax)
and let the algorithm
proceed as originally described. The effect of this modification is the following:
weights
, which is a
function of alpha
, effectively keeps weights
as they were
before.
adaboostAggregator
then
the estimator associated to this very large alpha
now has tremendous
weight inside the weighted sum in the aggregator. This isn't, necessarily,
a bad thing -- the estimator classified every observation in data
correctly.
adaboostAggregator
Other reweighters: arcfsReweighter
;
arcx4Reweighter
; boost
,
boost.function
, boost.list
;
vanillaBagger