| Package | Description |
|---|---|
| network.aika | |
| network.aika.lattice | |
| network.aika.neuron | |
| network.aika.neuron.activation | |
| network.aika.neuron.relation |
| Modifier and Type | Field and Description |
|---|---|
TreeSet<INeuron> |
Document.activatedNeurons |
TreeSet<INeuron> |
Document.finallyActivatedNeurons |
TreeMap<INeuron,Set<Synapse>> |
Document.modifiedWeights |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Converter.convert(int threadId,
Document doc,
INeuron neuron,
Collection<Synapse> modifiedSynapses) |
| Modifier and Type | Method and Description |
|---|---|
static InputNode |
InputNode.add(Model m,
INeuron input) |
| Modifier and Type | Method and Description |
|---|---|
static INeuron |
INeuron.readNeuron(DataInput in,
Neuron p) |
| Modifier and Type | Method and Description |
|---|---|
int |
INeuron.compareTo(INeuron n) |
| Constructor and Description |
|---|
Neuron(Model m,
INeuron n) |
| Modifier and Type | Method and Description |
|---|---|
INeuron |
Activation.getINeuron() |
| Modifier and Type | Method and Description |
|---|---|
abstract Stream<Activation> |
Relation.getActivations(INeuron n,
Activation linkedAct) |
Stream<Activation> |
Relation.Any.getActivations(INeuron n,
Activation linkedAct) |
Stream<Activation> |
PositionRelation.getActivations(INeuron n,
Activation linkedAct) |
Stream<Activation> |
MultiRelation.getActivations(INeuron n,
Activation linkedAct) |
Stream<Activation> |
AncestorRelation.CommonAncestor.getActivations(INeuron n,
Activation linkedAct) |
Stream<Activation> |
AncestorRelation.IsDescendantOf.getActivations(INeuron n,
Activation linkedAct) |
Stream<Activation> |
AncestorRelation.IsAncestorOf.getActivations(INeuron n,
Activation linkedAct) |
Stream<Activation> |
AncestorRelation.NotDescendantOf.getActivations(INeuron n,
Activation linkedAct) |
Stream<Activation> |
AncestorRelation.NotAncestorOf.getActivations(INeuron n,
Activation linkedAct) |
Copyright © 2018. All rights reserved.