isotree.deep.copy | R Documentation |
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.
isotree.deep.copy(model)
model |
An 'isolation_forest' model object. |
A new 'isolation_forest' object, with deep-copied C++ objects.
isotree.is.same
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.