at.tuwien.ifs.somtoolbox.apps
Class SDHTrainingSequenceGenerator
java.lang.Object
at.tuwien.ifs.somtoolbox.apps.SDHTrainingSequenceGenerator
- All Implemented Interfaces:
- TrainingInterruptionListener
public class SDHTrainingSequenceGenerator
- extends Object
- implements TrainingInterruptionListener
Created on Sep 23, 2004
- Version:
- $Id: SDHTrainingSequenceGenerator.java 3877 2010-11-02 15:43:17Z frank $
- Author:
- Michael Dittenbach
Method Summary |
void |
interruptionOccurred(int currentIteration,
int numIterations)
Is called when an interruption of the training process occurs. |
static void |
main(String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
interruptEvery
private int interruptEvery
somProps
private SOMProperties somProps
fileProps
private FileProperties fileProps
data
private InputData data
gsom
private GrowingSOM gsom
sdh
private SmoothedDataHistograms sdh
SDHTrainingSequenceGenerator
public SDHTrainingSequenceGenerator(String[] args)
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.
main
public static void main(String[] args)