8.3.4 Unsupervised GraphWiseモデルのトレーニング

グラフでUnsupervised GraphWiseモデルをトレーニングできます。
  1. 次のコードに示すように、Unsupervised GraphWiseモデルをトレーニングします。
    JShellを使用したUnsupervised GraphWiseモデルのトレーニング
    opg4j> model.fit(trainGraph);
    Javaを使用したUnsupervised GraphWiseモデルのトレーニング
    model.fit(trainGraph);
    Pythonを使用したUnsupervised GraphWiseモデルのトレーニング
    model.fit(trainGraph)