All Packages Class Hierarchy This Package Previous Next Index
Class BrainWave.SingleLayerFeedforward
java.lang.Object
|
+----java.awt.Component
|
+----BrainWave.BWObject
|
+----BrainWave.BWButton
|
+----BrainWave.SingleLayerFeedforward
- public class SingleLayerFeedforward
- extends BWButton
SingleLayerFeedforward takes a set and firstly calls updateNetInput on each of the
units in that set and then calls updateActivation on each of the units. Unlike
Feedforward it does not attempt to recurse down the network.
- Version:
- 2.0
- Author:
- Simon Dennis
-
SingleLayerFeedforward()
-
-
actionPerformed(ActionEvent)
-
-
activate()
-
-
setupMenu()
-
SingleLayerFeedforward
public SingleLayerFeedforward()
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