|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PropagationMethod
Defines the specifics to one of the propagation methods. The individual ways that each of the propagation methods uses to modify the weight and] threshold matrix are defined here.
| Method Summary | |
|---|---|
void |
calculateError(NeuralOutputHolder output,
PropagationLevel fromLevel,
PropagationLevel toLevel)
Calculate the error between these two levels. |
void |
init(Propagation propagation)
Init with the specified propagation object. |
void |
learn()
Apply the accumulated deltas and learn. |
| Method Detail |
|---|
void calculateError(NeuralOutputHolder output,
PropagationLevel fromLevel,
PropagationLevel toLevel)
output - The output to the "to level".fromLevel - The from level.toLevel - The target level.void init(Propagation propagation)
propagation - The propagation object that this method will
be used with.void learn()
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||