| Package | Description |
|---|---|
| org.aika.corpus | |
| org.aika.network.neuron | |
| org.aika.network.neuron.simple.lattice |
| Modifier and Type | Field and Description |
|---|---|
NavigableMap<Activation.Key,Activation> |
Range.activations |
NavigableMap<Activation.Key,Activation> |
Option.activations |
NavigableMap<Activation.Key,Activation> |
Range.inputActivations |
| Modifier and Type | Field and Description |
|---|---|
Activation.Key |
Activation.key |
| Modifier and Type | Field and Description |
|---|---|
NavigableMap<Activation.Key,Activation> |
Node.activations |
Map<Activation.Key,Activation> |
Activation.shadowedBy |
Map<Activation.Key,Activation> |
Activation.shadows |
| Modifier and Type | Method and Description |
|---|---|
static void |
Node.addActivationAndPropagate(Iteration t,
boolean processFirst,
Activation.Key ak,
Range addedRange,
Option initOption,
Set<Activation> inputActs,
Set<Activation> directInputActs) |
Activation |
Node.addActivationInternal(Iteration t,
Activation.Key ak,
Option initOption,
Option newOption,
Set<Activation> inputActs,
Set<Activation> directInputActs,
Set<Activation> outputActs,
Set<Activation> directOutputActs) |
int |
Activation.Key.compareTo(Activation.Key k) |
void |
Node.countActivation(Activation.Key ak,
Option so) |
static Activation |
Activation.get(Node n,
Activation.Key ak) |
Activation |
Node.removeActivationInternal(Iteration t,
Activation.Key ak) |
| Constructor and Description |
|---|
Activation(Activation.Key key) |
| Modifier and Type | Method and Description |
|---|---|
void |
OrNode.addActivation(Iteration t,
Activation.Key ak,
Range addedRange,
Activation inputAct) |
void |
AndNode.addActivation(Iteration t,
Activation.Key ak,
Range addedRange,
Option initOption,
Set<Activation> inputActs,
Set<Activation> directInputActs) |
protected void |
AndNode.removeActivation(Iteration t,
Activation.Key ak,
Range removedRange) |
Copyright © 2016. All rights reserved.