isotree.deep.copy {isotree} | R Documentation |
Deep-Copy an Isolation Forest Model Object
Description
Generates a deep copy of a model object, including the C++ objects inside it. This function is only meaningful if one intends to call a function that modifies the internal C++ objects - currently, the only such function are isotree.add.tree and isotree.append.trees - as otherwise R's objects follow a copy-on-write logic.
Usage
isotree.deep.copy(model)
Arguments
model |
An 'isolation_forest' model object. |
Value
A new 'isolation_forest' object, with deep-copied C++ objects.
See Also
[Package isotree version 0.6.1-1 Index]