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