at.tuwien.ifs.somtoolbox.models
Class GrowingSOM.IntermediateSOMDumper
java.lang.Object
at.tuwien.ifs.somtoolbox.models.GrowingSOM.IntermediateSOMDumper
- All Implemented Interfaces:
- TrainingInterruptionListener
- Enclosing class:
- GrowingSOM
private class GrowingSOM.IntermediateSOMDumper
- extends Object
- implements TrainingInterruptionListener
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 |
fileProperties
private final FileProperties fileProperties
GrowingSOM.IntermediateSOMDumper
public GrowingSOM.IntermediateSOMDumper(FileProperties fileProperties)
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.