length.isolation_forest | R Documentation |
Returns the number of trees in an isolation forest model.
## S3 method for class 'isolation_forest'
length(x)
x |
An isolation forest model, as returned by function isolation.forest. |
The number of trees in the model, as an integer.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.