All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class BrainWave.BackProp.BPLearnThread

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----BrainWave.BackProp.BPLearnThread

public class BPLearnThread
extends Thread
The thread for the BPLearn button.
Version:
2.0
Author:
Simon Dennis

Method Index

 o computeActivation(BPUnit)
 o computeUnitDelta(BPUnit)
 o computeWeightErrorDerivatives()
 o run()

Methods

 o run
 public void run()
Overrides:
run in class Thread
 o computeActivation
 protected void computeActivation(BPUnit seedUnit)
 o computeUnitDelta
 protected void computeUnitDelta(BPUnit seedUnit)
 o computeWeightErrorDerivatives
 protected void computeWeightErrorDerivatives()

All Packages  Class Hierarchy  This Package  Previous  Next  Index