8.2.11 Supervised GraphWiseモデルの破棄
次のコードに示すように、GraphWiseモデルを破棄できます。
JShellを使用したGraphWiseモデルの破棄
opg4j> model.destroy();
Javaを使用したGraphWiseモデルの破棄
model.destroy();
Pythonを使用したGraphWiseモデルの破棄
model.destroy();