print.adaboost: Print a summary of adaboost fit.

Description Usage Arguments Value

View source: R/adaboost.R

Description

Print a summary of adaboost fit.

Usage

1
2
## S3 method for class 'adaboost'
print(x, ...)

Arguments

x

An adaboost object fit using the adaboost function.

...

...

Value

Printed summary of the fit, including information about the tree depth and number of boosting rounds used.


JOUSBoost documentation built on May 2, 2019, 6:03 a.m.