Graph Developer's Guide for Property Graph Getting Started with Oracle Property Graphs Using the Machine Learning Library (PgxML) for Graphs Using the Unsupervised GraphWise Algorithm Training a Unsupervised GraphWise Model 8.3.4 Training a Unsupervised GraphWise Model You can train a Unsupervised GraphWise model on a graph. Train a Unsupervised GraphWise model as shown in the following code: Training a Unsupervised GraphWise Model Using JShellopg4j> model.fit(trainGraph); Training a Unsupervised GraphWise Model Using Javamodel.fit(trainGraph); Training a Unsupervised GraphWise Model Using Pythonmodel.fit(trainGraph) Parent topic: Using the Unsupervised GraphWise Algorithm