Learn R Programming

fdm2id (version 1.0.1)

print.boosting: Print an ensemble model

Description

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

Usage

# S3 method for 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

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

Run the code above in your browser using DataLab