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
-
Feedforward()
-
-
actionPerformed(ActionEvent)
-
-
activate()
-
-
setupMenu()
-
Feedforward
public Feedforward()
activate
public void activate()
- Overrides:
- activate in class BWButton
setupMenu
public void setupMenu()
- Overrides:
- setupMenu in class BWButton
actionPerformed
public void actionPerformed(ActionEvent evt)
- Overrides:
- actionPerformed in class BWButton
All Packages Class Hierarchy This Package Previous Next Index