print.boosting: Print an ensemble model

print.boostingR Documentation

Print an ensemble model

Description

Prints how many models the ensemble holds and what it was fitted on.

Usage

## S3 method for class 'boosting'
print(x, ...)

Arguments

x

The model (object of class boosting-class, created by ADABOOST or BAGGING).

...

Other parameters.

See Also

boosting-class, ADABOOST, BAGGING

Examples

require (datasets)
data (iris)
BAGGING (iris [, -5], iris [, 5], LDA, nsamples = 5)

fdm2id documentation built on Sept. 4, 2026, 5:07 p.m.