8.1.10 Destroying a DeepWalk Model
You can destroy a DeepWalk model as described in the following code:
Destroying a DeepWalk Model Using
            JShell
               
opg4j> model.destroy();Destroying a DeepWalk Model Using Java
               model.destroy();Destroying a DeepWalk Model Using Python
            model.destroy()Parent topic: Using the DeepWalk Algorithm