Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.apps.viewer |
This package implements the SOMViewer application; main class is SOMViewer.java.
|
at.tuwien.ifs.somtoolbox.layers |
Provides the basic classes constituting SOM-based neural networks.
|
at.tuwien.ifs.somtoolbox.util |
Provides various helper classes.
|
Modifier and Type | Class and Description |
---|---|
class |
StatusBar
The status bar displayed in the lower-right part of the SOMViewer application.
|
Modifier and Type | Method and Description |
---|---|
private void |
GrowingLayer.insertRowColumn(Unit a,
Unit b,
ProgressListener listener)
Inserts a row or column of units between units specified by argument
a and b . |
private void |
GrowingLayer.trainNormal(InputData data,
int numIterations,
int startIteration,
SOMProperties trainingProps,
double initialLearnrate,
double initialSigma,
double expParam,
double expParam2,
ProgressListener progressWriter) |
private void |
GrowingCellLayer.trainNormal(InputData data,
ProgressListener progressWriter)
Trains the CellLayer with the secified InputData and logs to progressWriter
|
private void |
GrowingLayer.trainSpecial(InputData data,
int numIterations,
int startIteration,
SOMProperties trainingProps,
double initialLearnrate,
double initialSigma,
double expParam,
double expParam2,
SOMLibClassInformation classInfo,
double minProbability,
ProgressListener progressWriter) |
Modifier and Type | Class and Description |
---|---|
class |
AdaptiveStdErrProgressWriter |
class |
StdErrProgressWriter
A progress listener that writes the progress messages to the standard error stream (
System.err ). |
Modifier and Type | Field and Description |
---|---|
private ProgressListener |
ProgressListenerFactory.listener |
Modifier and Type | Method and Description |
---|---|
ProgressListener |
ProgressListenerFactory.createProgressListener(int numIterations,
String iteration) |
ProgressListener |
ProgressListenerFactory.createProgressListener(int numIterations,
String iteration,
int stepWidth) |
ProgressListener |
ProgressListenerFactory.createProgressListener(int numIterations,
String iteration,
int stepWidth,
int newLineWidth) |
ProgressListener |
ProgressListenerFactory.getListener() |
Modifier and Type | Method and Description |
---|---|
void |
ProgressListenerFactory.setListener(ProgressListener listener) |