print.isolation_forest | R Documentation |
Displays the most general characteristics of an isolation forest model (same as 'summary').
## S3 method for class 'isolation_forest'
print(x, ...)
x |
An Isolation Forest model as produced by function 'isolation.forest'. |
... |
Not used. |
Note that after loading a serialized object from 'isolation.forest' through 'readRDS' or 'load', when using 'lazy_serialization=FALSE', it will only de-serialize the underlying C++ object upon running 'predict', 'print', or 'summary', so the first run will be slower, while subsequent runs will be faster as the C++ object will already be in-memory. This does not apply when using 'lazy_serialization=TRUE'.
The same model that was passed as input.
isolation.forest
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.