isotree.drop.reference.points: Drop Reference Points from Isolation Forest Model Object

View source: R/isoforest.R

isotree.drop.reference.pointsR Documentation

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.

See Also

isotree.set.reference.points


isotree documentation built on Nov. 20, 2023, 1:06 a.m.