print.grf: Print a GRF forest object.

View source: R/print.R

print.grfR Documentation

Print a GRF forest object.

Description

Print a GRF forest object.

Usage

## S3 method for class 'grf'
print(x, decay.exponent = 2, max.depth = 4, ...)

Arguments

x

The tree to print.

decay.exponent

A tuning parameter that controls the importance of split depth.

max.depth

The maximum depth of splits to consider.

...

Additional arguments (currently ignored).


grf documentation built on Oct. 1, 2023, 1:07 a.m.