print.booster {rbooster}R Documentation

Print booster

Description

Prints a summary of booster model

Usage

## S3 method for class 'booster'
print(x, ...)

## S3 method for class 'discrete_adaboost'
print(x, ...)

## S3 method for class 'real_adaboost'
print(x, ...)

Arguments

x

booster object

...

additional arguments.

Value

Summary of "booster" object.


[Package rbooster version 1.1.0 Index]