| Package | Description |
|---|---|
| org.aika | |
| org.aika.lattice | |
| org.aika.neuron |
| Modifier and Type | Class and Description |
|---|---|
class |
Model
The model consists of two layers.
|
| 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 |
Node
The
Node class is the abstract class for all the boolean logic nodes underneath the neural network layer. |
class |
OrNode |
static class |
OrNode.OrEntry |
| Modifier and Type | Class and Description |
|---|---|
class |
InputNeuron
The
InputNeuron class is used to feed information into the neural network. |
class |
Neuron
The
Neuron class represents a neuron in Aikas neural network and is connected to other neurons through
input synapses and output synapses. |
class |
Synapse
The
Synapse class connects two neurons with each other. |
static class |
Synapse.Key |
Copyright © 2017. All rights reserved.