isotree.drop.reference.points: Drop Reference Points from Isolation Forest Model Object
Description
Drops any reference points used for distance and/or kernel calculations
from the model object, if any were set through isotree.set.reference.points.
Usage
isotree.drop.reference.points(model)
Arguments
model
An `isolation_forest` model object.
Value
The same `model` object, but now with the reference points removed. Note that `model` is modified in-place
in any event.