isotree.get.num.nodes | R Documentation |
Get Number of Nodes per Tree
isotree.get.num.nodes(model)
model |
An Isolation Forest model as produced by function 'isolation.forest'. |
A list with entries '"total"' and '"terminal"', both of which are integer vectors with length equal to the number of trees. '"total"' contains the total number of nodes that each tree has, while '"terminal"' contains the number of terminal nodes per tree.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.