8.3.9 Unsupervised GraphWiseモデルの破棄

  1. 次のコードに示すように、Unsupervised GraphWiseモデルを破棄します。
    JShellを使用したUnsupervised GraphWiseモデルの破棄
    opg-jshell> model.destroy();
    Javaを使用したUnsupervised GraphWiseモデルの破棄
    model.destroy();
    Pythonを使用したUnsupervised GraphWiseモデルの破棄
    model.destroy()