Learn R Programming

isotree (version 0.5.14)

isotree.drop.imputer: Drop Imputer Sub-Object from Isolation Forest Model Object

Description

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

Usage

isotree.drop.imputer(model)

Arguments

model

An `isolation_forest` model object.

Value

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