| Package | Description |
|---|---|
| network.aika | |
| network.aika.lattice | |
| network.aika.neuron | |
| network.aika.neuron.activation | |
| network.aika.neuron.relation |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNode<P extends Provider<? extends AbstractNode>,A extends NodeActivation> |
| Modifier and Type | Method and Description |
|---|---|
Writable |
Model.WritableFactory.createObject() |
| 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. |
static class |
AndNode.Refinement |
static class |
AndNode.RefValue |
static class |
AndNode.RelationsMap |
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.
|
static class |
OrNode.OrEntry |
| Modifier and Type | Field and Description |
|---|---|
Writable |
Node.extension |
| 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. |
class |
Synapse
The
Synapse class connects two neurons with each other. |
| Modifier and Type | Field and Description |
|---|---|
Writable |
Synapse.extension |
Writable |
INeuron.extension |
| Modifier and Type | Field and Description |
|---|---|
Writable |
Activation.extension |
| Modifier and Type | Class and Description |
|---|---|
class |
AncestorRelation |
static class |
AncestorRelation.CommonAncestor |
static class |
AncestorRelation.IsAncestorOf |
static class |
AncestorRelation.IsDescendantOf |
static class |
AncestorRelation.NotAncestorOf |
static class |
AncestorRelation.NotDescendantOf |
class |
MultiRelation |
class |
PositionRelation |
static class |
PositionRelation.Equals |
static class |
PositionRelation.GreaterThan |
static class |
PositionRelation.LessThan |
class |
Relation |
static class |
Relation.None |
Copyright © 2018. All rights reserved.