printBrifTree {brif} | R Documentation |
Print the decision rules of a Brif tree
Description
Print the decision rules of a Brif tree
Usage
printBrifTree(rf, which_tree)
Arguments
rf |
an object of class 'brif', as returned by rftrain. |
which_tree |
an integer indicating the tree number |
Value
No return value. The function is intended for producing a side effect, which prints the decision rules to the standard output.
[Package brif version 1.4.1 Index]