17.5.8 Getting the Loss Value for an Unsupervised EdgeWise Model
You can fetch the training loss value for an Unsupervised EdgeWise Model as
shown in the following code:
opg4j> var loss = model.getTrainingLoss()double loss = model.getTrainingLoss();loss = model.get_training_loss()Parent topic: Using the Unsupervised EdgeWise Algorithm