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

Constructor Index

 o SingleLayerFeedforward()

Method Index

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

Constructors

 o SingleLayerFeedforward
 public SingleLayerFeedforward()

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