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 |
|---|---|
void |
lateLinking() |
void |
link(Activation act,
OrNode.Link ol)
Adds the incoming links between neuron activations.
|
void |
process() |
public Linker(Document doc)
public void link(Activation act, OrNode.Link ol)
act - public void lateLinking()
public void process()
Copyright © 2018. All rights reserved.