print.recforest | R Documentation |
Print method for recforest objects
## S3 method for class 'recforest'
print(x, ...)
x |
An object of class |
... |
Additional arguments to be passed to the plot print |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.