print.logforest: Print method for logic forest models
Description
Prints the important predictors from a fitted logic forest model.
Usage
# S3 method for logforest
print(x, sortby = "importance", ...)
Value
No return value. This function is called for its side effects (printing).
Arguments
- x
An object of class "logforest"
.
- sortby
A character string specifying whether to sort the predictors by "importance"
(default) or "frequency"
.
- ...
Additional arguments (currently ignored).