print.recforest {recforest} | R 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 |
... |
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)
[Package recforest version 1.0.0 Index]