All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class BrainWave.BackProp.BPWeight

java.lang.Object
   |
   +----java.awt.Component
           |
           +----BrainWave.BWObject
                   |
                   +----BrainWave.Weight
                           |
                           +----BrainWave.BackProp.BPWeight

public class BPWeight
extends Weight
Implements a BackProp weight.
Version:
2.0
Author:
Simon Dennis

Constructor Index

 o BPWeight()
 o BPWeight(double, Unit, Unit, boolean)
 o BPWeight(Unit, Unit)

Method Index

 o actionPerformed(ActionEvent)
 o getDweight()
 o getMomentum()
 o getWed()
 o setDweight(double)
 o setMomentum(double)
 o setupMenu()
 o setWed(double)
 o updateWeight()

Constructors

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

Methods

 o updateWeight
 public void updateWeight()
Overrides:
updateWeight in class Weight
 o setMomentum
 public void setMomentum(double d)
 o getMomentum
 public double getMomentum()
 o setDweight
 public void setDweight(double d)
 o getDweight
 public double getDweight()
 o setWed
 public void setWed(double d)
 o getWed
 public double getWed()
 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