| Activation |
The Activation class is the most central class in Aika.
|
| Activation.Builder |
|
| Activation.Link |
The SynapseActivation mirror the synapse link in the network of activations.
|
| Activation.Rounds |
Since Aika is a recurrent neural network, it is necessary to compute several rounds of activation values.
|
| Activation.State |
A State object contains the activation value of an activation object that belongs to a neuron.
|
| Candidate |
|
| Linker |
The Linker class is responsible for for the linkage of neuron activations.
|
| Position |
|
| SearchNode |
The SearchNode class represents a node in the binary search tree that is used to find the optimal
interpretation for a given document.
|
| UpperBoundQueue |
|
| ValueQueue |
|