print.adaboost {JOUSBoost}R Documentation

Print a summary of adaboost fit.

Description

Print a summary of adaboost fit.

Usage

## 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.


[Package JOUSBoost version 2.1.0 Index]