print.recforest: Print method for recforest objects

View source: R/0_s3_methods.R

print.recforestR Documentation

Print method for recforest objects

Description

Print method for recforest objects

Usage

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

Arguments

x

An object of class recforest.

...

Additional arguments to be passed to the plot print

Value

Used for side effect. Will print to the console a description of each tree, with, for each:

  • The number of nodes in the tree

  • The metrics of the tree (c_index, mse_imse and mse_iscore)


recforest documentation built on April 12, 2025, 9:17 a.m.