All Packages Class Hierarchy This Package Previous Next Index
Class BrainWave.SOM.SOMInputWeight
java.lang.Object
|
+----java.awt.Component
|
+----BrainWave.BWObject
|
+----BrainWave.Weight
|
+----BrainWave.SOM.SOMInputWeight
- public class SOMInputWeight
- extends Weight
Implements the SOM weight going from an input unit to a map unit.
- Version:
- 2.0
- Author:
- Simon Dennis
-
SOMInputWeight()
-
-
SOMInputWeight(double, Unit, Unit, boolean)
-
-
SOMInputWeight(Unit, Unit)
-
-
actionPerformed(ActionEvent)
-
-
setupMenu()
-
-
updateWeight()
-
SOMInputWeight
public SOMInputWeight()
SOMInputWeight
public SOMInputWeight(Unit TheFrom,
Unit TheTo)
SOMInputWeight
public SOMInputWeight(double TheValue,
Unit TheFrom,
Unit TheTo,
boolean TheFrozen)
updateWeight
public void updateWeight()
- Overrides:
- updateWeight in class Weight
setupMenu
public void setupMenu()
- Overrides:
- setupMenu in class Weight
actionPerformed
public void actionPerformed(ActionEvent evt)
- Overrides:
- actionPerformed in class Weight
All Packages Class Hierarchy This Package Previous Next Index