19.3.10 Getting the Loss Value for a Supervised EdgeWise Model
You can fetch the training loss value for a Supervised EdgeWise Model as shown
            in the following code:
               opg4j> var loss = model.getTrainingLoss()double loss = model.getTrainingLoss();loss = model.get_training_loss()