Print basic information about a deforested ranger
object.
Usage
# S3 method for class 'deforest.ranger'
print(x, ...)
Arguments
- x
A
deforest
object (i.e., an object that inherits from class"deforest.ranger"
).- ...
Further arguments passed to or from other methods.
Note
Many of the components of a typical ranger
object are not
available after deforestation and are instead replaced with NA
(e.g.,
out-of-bag (OOB) predictions, variable importance scores (if requested), and
OOB-based error metrics).