| Package | Description |
|---|---|
| org.aika | |
| org.aika.corpus | |
| org.aika.lattice | |
| org.aika.neuron |
| Modifier and Type | Field and Description |
|---|---|
Synapse |
Activation.SynapseActivation.s |
| Constructor and Description |
|---|
SynapseActivation(Synapse s,
Activation input,
Activation output) |
| Modifier and Type | Field and Description |
|---|---|
Synapse |
Range.SynapseRangeMatcher.s |
| Constructor and Description |
|---|
SynapseRangeMatcher(Synapse s,
boolean dir) |
| Modifier and Type | Field and Description |
|---|---|
Map<InputNode.SynapseKey,Synapse> |
InputNode.synapses |
| Modifier and Type | Method and Description |
|---|---|
Synapse |
InputNode.getSynapse(InputNode.SynapseKey sk) |
Synapse |
AndNode.Refinement.getSynapse(Integer offset,
Neuron n) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Node.prepareResultsForPredefinedNodes(Iteration t,
TreeSet<Node.RSKey> queue,
long v,
List<Node.RSKey> outputs,
List<Node.RSKey> cleanup,
Neuron n,
Synapse s,
Integer offset) |
void |
InputNode.setSynapse(Iteration t,
InputNode.SynapseKey sk,
Synapse s) |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<Synapse> |
Synapse.INPUT_SYNAPSE_BY_WEIGHTS_COMP |
static Comparator<Synapse> |
Synapse.INPUT_SYNAPSE_COMP |
TreeSet<Synapse> |
Neuron.inputSynapses |
TreeSet<Synapse> |
Neuron.inputSynapsesByWeight |
static Comparator<Synapse> |
Synapse.OUTPUT_SYNAPSE_COMP |
TreeSet<Synapse> |
Neuron.outputSynapses |
| Modifier and Type | Method and Description |
|---|---|
static Synapse |
Synapse.read(DataInput in,
Iteration t) |
| Modifier and Type | Method and Description |
|---|---|
static Neuron |
Neuron.create(Iteration t,
Neuron n,
double bias,
double negDirSum,
double negRecSum,
double posRecSum,
Set<Synapse> inputs) |
Copyright © 2017. All rights reserved.