Displays the most general characteristics of an isolation forest model (same as `print`).
# S3 method for isolation_forest
summary(object, ...)
An Isolation Forest model as produced by function `isolation.forest`.
Not used.
No return value.
Note that after loading a serialized object from `isolation.forest` through `readRDS` or `load`, 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.