| print.boosting | R Documentation |
Prints how many models the ensemble holds and what it was fitted on.
## S3 method for class 'boosting'
print(x, ...)
x |
The model (object of class |
... |
Other parameters. |
boosting-class, ADABOOST, BAGGING
require (datasets)
data (iris)
BAGGING (iris [, -5], iris [, 5], LDA, nsamples = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.