Class CollectScoresListener

    • Constructor Detail

      • CollectScoresListener

        public CollectScoresListener​(int frequency)
      • CollectScoresListener

        public CollectScoresListener​(int frequency,
                                     boolean logScore)
    • Method Detail

      • iterationDone

        public void iterationDone​(Model model,
                                  int iteration,
                                  int epoch)
        Description copied from interface: TrainingListener
        Event listener for each iteration. Called once, after each parameter update has ocurred while training the network
        Specified by:
        iterationDone in interface TrainingListener
        Overrides:
        iterationDone in class BaseTrainingListener
        Parameters:
        model - the model iterating
        iteration - the iteration