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
-
computeActivation(BPUnit)
-
-
computeUnitDelta(BPUnit)
-
-
computeWeightErrorDerivatives()
-
-
run()
-
run
public void run()
- Overrides:
- run in class Thread
computeActivation
protected void computeActivation(BPUnit seedUnit)
computeUnitDelta
protected void computeUnitDelta(BPUnit seedUnit)
computeWeightErrorDerivatives
protected void computeWeightErrorDerivatives()
All Packages Class Hierarchy This Package Previous Next Index