| Class | Description |
|---|---|
| AndNode |
The
InputNode and the AndNode classes together form a pattern lattice, containing all
possible substructures of any given conjunction. |
| AndNode.Refinement | |
| InputNode |
The
InputNode class is the input layer for the boolean logic. |
| Node<T extends Node,A extends NodeActivation<T>> |
The
Node class is the abstract class for all the boolean logic nodes underneath the neural network layer. |
| Node.RidVisited |
Aika extensively uses graph coloring techniques.
|
| Node.ThreadState<T extends Node,A extends NodeActivation<T>> |
The
ThreadState is a thread local data structure containing the activations of a single document for
a specific logic node. |
| NodeActivation<T extends Node> | |
| NodeActivation.Key<T extends Node> | |
| OrNode |
While several neurons might share a the same input-node or and-node, there is always a always a one-to-one relation
between or-nodes and neurons.
|
| Exception | Description |
|---|---|
| Node.ThreadState.RidOutOfRange |
Copyright © 2018. All rights reserved.