Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.apps |
Classes in this package implement applications based upon SOMs, the most important being the
SOMViewer . |
at.tuwien.ifs.somtoolbox.layers |
Provides the basic classes constituting SOM-based neural networks.
|
at.tuwien.ifs.somtoolbox.models |
Provides the actual implementations of network models.
|
Modifier and Type | Class and Description |
---|---|
class |
SDHTrainingSequenceGenerator
Created on Sep 23, 2004
|
Modifier and Type | Field and Description |
---|---|
private TrainingInterruptionListener |
GrowingLayer.til |
Modifier and Type | Method and Description |
---|---|
void |
GrowingLayer.setTrainingInterruptionListener(TrainingInterruptionListener t,
int i)
Assigns an object that implements the
TrainingInterruptionListener interface to perform actions in
certain intervals during training determined by argument i . |
Modifier and Type | Class and Description |
---|---|
private class |
GrowingSOM.IntermediateSOMDumper |