| Package | Description |
|---|---|
| org.aika | |
| org.aika.lattice | |
| org.aika.neuron |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNode<P extends Provider<? extends AbstractNode>> |
class |
Provider<T extends AbstractNode> |
| Modifier and Type | Field and Description |
|---|---|
Map<Integer,Provider<? extends AbstractNode>> |
Model.activeProviders |
WeakHashMap<Integer,WeakReference<Provider<? extends AbstractNode>>> |
Model.providers |
| Modifier and Type | Method and Description |
|---|---|
static <P extends Provider> |
AbstractNode.read(DataInput in,
P p) |
| 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<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. |
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 | Class and Description |
|---|---|
class |
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. |
Copyright © 2018. All rights reserved.