Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.apps.viewer.handlers |
This package provides event handlers for the SOMViewer application.
|
at.tuwien.ifs.somtoolbox.data |
Classes in this package implement reading, storing and providing of different data needed for the SOM, e.g.
|
at.tuwien.ifs.somtoolbox.input |
Provides classes responsible for reading trained network models from file or some other location.
|
at.tuwien.ifs.somtoolbox.layers |
Provides the basic classes constituting SOM-based neural networks.
|
Modifier and Type | Field and Description |
---|---|
private InputCorrections |
MyInputDragSequenceEventHandler.shifts |
Constructor and Description |
---|
MyInputDragSequenceEventHandler(InputCorrections shifts) |
Modifier and Type | Method and Description |
---|---|
InputCorrections |
SharedSOMVisualisationData.getInputCorrections() |
Modifier and Type | Method and Description |
---|---|
InputCorrections.InputCorrection |
InputCorrections.addComputedInputCorrection(Unit source,
Unit target,
String label,
InputCorrections manualCorrections) |
Modifier and Type | Method and Description |
---|---|
InputCorrections |
GrowingLayer.computeUnitFeatureWeights(InputCorrections corrections,
InputData data,
Unit.FeatureWeightMode mode)
Implementation of general weighting as in Nünrberger/Detyniecki, 'Weighted Self-Organizing Maps: Incorporating
User Feedback'
|
Modifier and Type | Method and Description |
---|---|
InputCorrections |
GrowingLayer.computeUnitFeatureWeights(InputCorrections corrections,
InputData data,
Unit.FeatureWeightMode mode)
Implementation of general weighting as in Nünrberger/Detyniecki, 'Weighted Self-Organizing Maps: Incorporating
User Feedback'
|