Description Usage Arguments Value
Read out metadata from random forest decision paths
1 2 3 |
rand.forest |
an object of class randomForest. |
x |
numeric feature matrix. |
return.node.feature |
if True, will return sparse matrix indicating features used on each decision path of the rand.forest. |
return.node.obs |
if True, will return sparse matrix indicating observations in x that fall in each leaf node of rand.forest. |
varnames.grp |
grouping "hyper-features" for RIT search. Features with the same name will be treated as identical for interaction search. |
oob.importance |
if TRUE, importance measures are evaluated on OOB samples. |
first.split |
if True, splitting threshold will only be evaluated for the first time a feature is selected. |
n.core |
number of cores to use. If -1, all available cores are used. |
a list containing the following entries
tree.infodata frame of metadata for each leaf node in rand.forest
node.featureoptional sparse matrix indicating feature usage on each decision path
node.obsoptional sparse matrix indicating observations appearing in each leaf node
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.