|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Unit.FeatureWeightMode | |
---|---|
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. |
Uses of Unit.FeatureWeightMode in at.tuwien.ifs.somtoolbox.apps.viewer |
---|
Fields in at.tuwien.ifs.somtoolbox.apps.viewer declared as Unit.FeatureWeightMode | |
---|---|
private Unit.FeatureWeightMode |
SOMViewer.CalculateFeatureWeightsActionListener.mode
|
Constructors in at.tuwien.ifs.somtoolbox.apps.viewer with parameters of type Unit.FeatureWeightMode | |
---|---|
SOMViewer.CalculateFeatureWeightsActionListener(Unit.FeatureWeightMode mode)
|
Uses of Unit.FeatureWeightMode in at.tuwien.ifs.somtoolbox.layers |
---|
Methods in at.tuwien.ifs.somtoolbox.layers that return Unit.FeatureWeightMode | |
---|---|
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. |
Methods in at.tuwien.ifs.somtoolbox.layers with parameters of type Unit.FeatureWeightMode | |
---|---|
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 |