Learn R Programming

isotree (version 0.5.14)

isotree.drop.indexer: Drop Indexer Sub-Object from Isolation Forest Model Object

Description

Drops the indexer sub-object from an isolation forest model object, if it was constructed. The indexer, if constructed, is likely to be a very heavy object which might not be needed for all purposes.

Usage

isotree.drop.indexer(model)

Arguments

model

An `isolation_forest` model object.

Value

The same `model` object, but now with the indexer removed. Note that `model` is modified in-place in any event.

Details

Note that reference points as added through isotree.set.reference.points are associated with the indexer object and will also be dropped if any were added.

See Also

isotree.build.indexer