print.drf: Print a DRF forest object.

Description Usage Arguments

View source: R/print.R

Description

Print a DRF forest object.

Usage

1
2
## 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 March 29, 2021, 5:07 p.m.

Related to print.drf in drf...