arcx4Aggregator(estimators, ..., .parallelPredict = FALSE, .parallelTally = FALSE, .rngSeed = 1234)
vanillaAggregator(estimators, ..., .parallelPredict = FALSE, .parallelTally = FALSE, .rngSeed = 1234)
weightedAggregator(estimators, weights, ..., .parallelPredict = FALSE, .parallelTally = FALSE, .rngSeed = 1234)estimatorspredictClassFromVote or
predictClassFromWeightedVote.
in the case of a tie.newdata and whose output
is the aggregated predictions of the boosted ensemble, estimators.For internal bookkeeping, this function is inherits from the
'aggregator' class.
arcx4Aggregator is just vanillaAggregator by another name.If performing regression and your estimators produce NA's, you
can have weighted.mean remove the NA's by passing
na.rm=TRUE to weightedAggregator's function call.
predictClassFromWeightedVote; predictClassFromVoteOther aggregators: adaboostAggregator;
arcfsAggregator; boost,
boost.function, boost.list