public class Linker extends Object
Linker class is responsible for for the linkage of neuron activations. These links mirror the synapses between
the neurons of these activations.| Modifier and Type | Class and Description |
|---|---|
static class |
Linker.Direction |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
checkLoop(Activation iAct,
Activation oAct) |
Activation |
computeInputActivation(Synapse s,
Activation iAct) |
void |
lateLinking() |
void |
link(Activation act,
OrNode.Link ol)
Adds the incoming links between neuron activations.
|
protected void |
link(Synapse s,
Activation iAct,
Activation oAct) |
void |
linkInput(Activation act) |
protected void |
postLateLinking() |
void |
process() |
protected Document doc
public Linker(Document doc)
public Activation computeInputActivation(Synapse s, Activation iAct)
public void link(Activation act, OrNode.Link ol)
act - public void linkInput(Activation act)
public void lateLinking()
public void process()
protected void link(Synapse s, Activation iAct, Activation oAct)
protected void postLateLinking()
protected boolean checkLoop(Activation iAct, Activation oAct)
Copyright © 2018. All rights reserved.