print.adaboost: Print a summary of adaboost fit.
Description
Print a summary of adaboost fit.
Usage
# S3 method for 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.