|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InputCorrections | |
---|---|
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. |
Uses of InputCorrections in at.tuwien.ifs.somtoolbox.apps.viewer.handlers |
---|
Fields in at.tuwien.ifs.somtoolbox.apps.viewer.handlers declared as InputCorrections | |
---|---|
private InputCorrections |
MyInputDragSequenceEventHandler.shifts
|
Constructors in at.tuwien.ifs.somtoolbox.apps.viewer.handlers with parameters of type InputCorrections | |
---|---|
MyInputDragSequenceEventHandler(InputCorrections shifts)
|
Uses of InputCorrections in at.tuwien.ifs.somtoolbox.data |
---|
Methods in at.tuwien.ifs.somtoolbox.data that return InputCorrections | |
---|---|
InputCorrections |
SharedSOMVisualisationData.getInputCorrections()
|
Uses of InputCorrections in at.tuwien.ifs.somtoolbox.input |
---|
Methods in at.tuwien.ifs.somtoolbox.input with parameters of type InputCorrections | |
---|---|
InputCorrections.InputCorrection |
InputCorrections.addComputedInputCorrection(Unit source,
Unit target,
String label,
InputCorrections manualCorrections)
|
Uses of InputCorrections in at.tuwien.ifs.somtoolbox.layers |
---|
Methods in at.tuwien.ifs.somtoolbox.layers that return InputCorrections | |
---|---|
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' |
Methods in at.tuwien.ifs.somtoolbox.layers with parameters of type InputCorrections | |
---|---|
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' |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |