Skip to contents

Display basic information about a fitted ebm object.

Usage

# S3 method for EBM
print(x, digits = max(3L, getOption("digits") - 3L), ...)

Arguments

x

A fitted ebm object.

digits

The number of significant digits to be passed to format() when printing.

...

Additional optional arguments passed print.default().