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 |
static class |
Linker.SortGroup |
| Constructor and Description |
|---|
Linker() |
| Modifier and Type | Method and Description |
|---|---|
static void |
link(Activation act)
Adds the incoming and outgoing links between neuron activations.
|
public static void link(Activation act)
act - Copyright © 2018. All rights reserved.