Class PostTraining

java.lang.Object
network.aika.steps.Step<DummyActivation>
network.aika.steps.activation.PostTraining
All Implemented Interfaces:
Cloneable, QueueKey

public class PostTraining extends Step<DummyActivation>
Determines which input synapses of this activations neuron should be linked to the input neuron. Connecting a synapse to its input neuron is not necessary if the synapse weight is weak. That is the case if the synapse is incapable to completely suppress the activation of this neuron.
Author:
Lukas Molzberger