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

Constructor Index

 o SOMInputWeight()
 o SOMInputWeight(double, Unit, Unit, boolean)
 o SOMInputWeight(Unit, Unit)

Method Index

 o actionPerformed(ActionEvent)
 o setupMenu()
 o updateWeight()

Constructors

 o SOMInputWeight
 public SOMInputWeight()
 o SOMInputWeight
 public SOMInputWeight(Unit TheFrom,
                       Unit TheTo)
 o SOMInputWeight
 public SOMInputWeight(double TheValue,
                       Unit TheFrom,
                       Unit TheTo,
                       boolean TheFrozen)

Methods

 o updateWeight
 public void updateWeight()
Overrides:
updateWeight in class Weight
 o setupMenu
 public void setupMenu()
Overrides:
setupMenu in class Weight
 o actionPerformed
 public void actionPerformed(ActionEvent evt)
Overrides:
actionPerformed in class Weight

All Packages  Class Hierarchy  This Package  Previous  Next  Index