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)
A new `isolation_forest` object, with deep-copied C++ objects.
An `isolation_forest` model object.
isotree.is.same