at.tuwien.ifs.somtoolbox.models
Class GrowingSOM.IntermediateSOMDumper

java.lang.Object
  extended by at.tuwien.ifs.somtoolbox.models.GrowingSOM.IntermediateSOMDumper
All Implemented Interfaces:
TrainingInterruptionListener
Enclosing class:
GrowingSOM

private class GrowingSOM.IntermediateSOMDumper
extends Object
implements TrainingInterruptionListener


Field Summary
private  FileProperties fileProperties
           
 
Constructor Summary
GrowingSOM.IntermediateSOMDumper(FileProperties fileProperties)
           
 
Method Summary
 void interruptionOccurred(int currentIteration, int numIterations)
          Is called when an interruption of the training process occurs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fileProperties

private final FileProperties fileProperties
Constructor Detail

GrowingSOM.IntermediateSOMDumper

public GrowingSOM.IntermediateSOMDumper(FileProperties fileProperties)
Method Detail

interruptionOccurred

public void interruptionOccurred(int currentIteration,
                                 int numIterations)
Description copied from interface: TrainingInterruptionListener
Is called when an interruption of the training process occurs.

Specified by:
interruptionOccurred in interface TrainingInterruptionListener
Parameters:
currentIteration - the iteration when the interruption occurred.
numIterations - the target iteration number where the training will stop.