| Package | Description |
|---|---|
| network.aika | |
| network.aika.lattice |
| Modifier and Type | Field and Description |
|---|---|
TreeSet<Node> |
Document.activatedNodes |
TreeSet<Node> |
Document.addedNodes |
TreeSet<Node> |
Document.Queue.queue |
| Modifier and Type | Method and Description |
|---|---|
<P extends Provider<? extends Node>> |
Model.lookupNodeProvider(int id) |
| Modifier and Type | Method and Description |
|---|---|
void |
Document.Queue.add(Node n) |
| Constructor and Description |
|---|
ActKey(int slot,
Position pos,
Node node,
int actId) |
| Modifier and Type | Class and Description |
|---|---|
class |
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. |
static class |
Node.ThreadState<T extends Node,A extends NodeActivation>
The
ThreadState is a thread local data structure containing the activations of a single document for
a specific logic node. |
class |
NodeActivation<T extends Node> |
| Modifier and Type | Class and Description |
|---|---|
class |
AndNode
The
InputNode and the AndNode classes together form a pattern lattice, containing all
possible substructures of any given conjunction. |
class |
InputNode
The
InputNode class is the input layer for the boolean logic. |
class |
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.
|
| Modifier and Type | Field and Description |
|---|---|
static Node |
Node.MAX_NODE |
static Node |
Node.MIN_NODE |
T |
NodeActivation.node |
| Modifier and Type | Field and Description |
|---|---|
Provider<? extends Node> |
OrNode.OrEntry.parent |
Provider<? extends Node> |
AndNode.RefValue.parent |
| Modifier and Type | Method and Description |
|---|---|
static Node |
Node.readNode(DataInput in,
Provider p) |
| Modifier and Type | Method and Description |
|---|---|
void |
OrNode.addInput(int[] synapseIds,
int threadId,
Node in,
boolean andMode) |
int |
Node.compareTo(Node n) |
static void |
OrNode.processCandidate(Node<?,? extends NodeActivation<?>> parentNode,
NodeActivation inputAct,
boolean train) |
| Constructor and Description |
|---|
OrEntry(int[] synapseIds,
Provider<? extends Node> parent,
Provider<OrNode> child) |
RefValue(Integer[] offsets,
int refOffset,
Provider<? extends Node> parent) |
Copyright © 2018. All rights reserved.