print.logforest {LogicForest} | R Documentation |
Print method for logic forest models
Description
Prints the important predictors from a fitted logic forest model.
Usage
## S3 method for class 'logforest'
print(x, sortby = "importance", ...)
Arguments
x |
An object of class |
sortby |
A character string specifying whether to sort the predictors by |
... |
Additional arguments (currently ignored). |
Value
No return value. This function is called for its side effects (printing).
[Package LogicForest version 2.1.2 Index]