| Class | Description |
|---|---|
| INeuron |
The
INeuron class represents a internal neuron implementation in Aikas neural network and is connected to other neurons through
input synapses and output synapses. |
| INeuron.ActKey | |
| INeuron.ThreadState |
The
ThreadState is a thread local data structure containing the activations of a single document for
a specific logic node. |
| Neuron |
The
Neuron class is a proxy implementation for the real neuron implementation in the class INeuron. |
| Synapse |
The
Synapse class connects two neurons with each other. |
| Synapse.Builder |
The
Builder class is just a helper class which is used to initialize a neuron. |
| Synapse.Key |
| Enum | Description |
|---|---|
| INeuron.LogicType | |
| INeuron.Type |
Copyright © 2018. All rights reserved.