Description Usage Arguments Value Examples
parse a decision tree in randomForest into list of path as data.frame
1 |
forest |
an object of ensemble trees to be parsed. See |
ktree |
an integer. number of decision tree to be parsed. If ktree=NULL (default), all tree will be parsed. |
resample |
Logical. If TRUE, trees are ramdomly selected. If FALSE, trees are selected according to head(ktree) from forest. |
a list of trees (list).
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.