All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class BrainWave.Feedforward

java.lang.Object
   |
   +----java.awt.Component
           |
           +----BrainWave.BWObject
                   |
                   +----BrainWave.BWButton
                           |
                           +----BrainWave.Feedforward

public class Feedforward
extends BWButton
When a Feedforward button is clicked it works from the inputs to the outputs calling updateNetInput and updateActivation on each of the units. To do this it starts with the outputs and recurses down the network until it reaches the inputs. As the recursion unfolds the units are updated.
Version:
2.0
Author:
Simon Dennis

Constructor Index

 o Feedforward()

Method Index

 o actionPerformed(ActionEvent)
 o activate()
 o setupMenu()

Constructors

 o Feedforward
 public Feedforward()

Methods

 o activate
 public void activate()
Overrides:
activate in class BWButton
 o setupMenu
 public void setupMenu()
Overrides:
setupMenu in class BWButton
 o actionPerformed
 public void actionPerformed(ActionEvent evt)
Overrides:
actionPerformed in class BWButton

All Packages  Class Hierarchy  This Package  Previous  Next  Index