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.
|
Modifier and Type | Field and Description |
---|---|
private Unit.FeatureWeightMode |
SOMViewer.CalculateFeatureWeightsActionListener.mode |
Constructor and Description |
---|
SOMViewer.CalculateFeatureWeightsActionListener(Unit.FeatureWeightMode mode) |
Modifier and Type | Method and Description |
---|---|
static Unit.FeatureWeightMode |
Unit.FeatureWeightMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Unit.FeatureWeightMode[] |
Unit.FeatureWeightMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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'
|