print.drf: Print a DRF forest object.

View source: R/print.R

print.drfR Documentation

Print a DRF forest object.

Description

Print a DRF forest object.

Usage

## S3 method for class 'drf'
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).


drf documentation built on Jan. 21, 2026, 9:06 a.m.

Related to print.drf in drf...