neurom.core.tree.make_copy

neurom.core.tree.make_copy(tree)

Copies a tree structure. A new tree is generated with the copied values and node structure as the input one and is returned.

Input : tree object

Returns : copied tree object