| Package | Description |
|---|---|
| network.aika | |
| network.aika.neuron | |
| network.aika.neuron.activation |
| Modifier and Type | Field and Description |
|---|---|
TreeMap<INeuron,Set<Synapse>> |
Document.modifiedWeights |
static Comparator<Synapse> |
Converter.SYNAPSE_COMP |
| Modifier and Type | Method and Description |
|---|---|
double |
PassiveInputFunction.getActivationValue(Synapse s,
Activation outputActivation) |
void |
Document.notifyWeightModified(Synapse synapse) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Converter.convert(int threadId,
Document doc,
INeuron neuron,
Collection<Synapse> modifiedSynapses) |
| Modifier and Type | Field and Description |
|---|---|
NavigableMap<Synapse,Synapse> |
Neuron.inMemoryInputSynapses |
NavigableMap<Synapse,Synapse> |
Neuron.inMemoryInputSynapses |
NavigableMap<Synapse,Synapse> |
Neuron.inMemoryOutputSynapses |
NavigableMap<Synapse,Synapse> |
Neuron.inMemoryOutputSynapses |
static Comparator<Synapse> |
Synapse.INPUT_SYNAPSE_COMP |
TreeMap<Synapse,Synapse> |
INeuron.inputSynapses |
TreeMap<Synapse,Synapse> |
INeuron.inputSynapses |
NavigableMap<Integer,Synapse> |
Neuron.inputSynapsesById |
static Comparator<Synapse> |
Synapse.OUTPUT_SYNAPSE_COMP |
TreeMap<Synapse,Synapse> |
INeuron.outputSynapses |
TreeMap<Synapse,Synapse> |
INeuron.outputSynapses |
TreeMap<Synapse,Synapse> |
INeuron.passiveInputSynapses |
TreeMap<Synapse,Synapse> |
INeuron.passiveInputSynapses |
| Modifier and Type | Method and Description |
|---|---|
static Synapse |
Synapse.createOrLookup(Document doc,
Integer synapseId,
Neuron inputNeuron,
Neuron outputNeuron) |
Synapse |
Synapse.Builder.getSynapse(Neuron outputNeuron) |
Synapse |
Neuron.getSynapseById(int synapseId) |
static Synapse |
Synapse.read(DataInput in,
Model m) |
| Modifier and Type | Method and Description |
|---|---|
void |
Neuron.addInMemoryInputSynapse(Synapse s) |
void |
Neuron.addInMemoryOutputSynapse(Synapse s) |
void |
INeuron.registerPassiveInputSynapse(Synapse s) |
void |
Neuron.removeInMemoryInputSynapse(Synapse s) |
void |
Neuron.removeInMemoryOutputSynapse(Synapse s) |
| Modifier and Type | Field and Description |
|---|---|
Synapse |
Activation.Link.synapse |
| Modifier and Type | Method and Description |
|---|---|
Activation |
Linker.computeInputActivation(Synapse s,
Activation iAct) |
Stream<Activation.Link> |
Activation.getInputLinksBySynapse(boolean includePassive,
Synapse syn) |
Stream<Activation.Link> |
Activation.getOutputLinksBySynapse(boolean includePassive,
Synapse syn) |
protected void |
Linker.link(Synapse s,
Activation iAct,
Activation oAct) |
| Constructor and Description |
|---|
Link(Synapse s,
Activation input,
Activation output,
boolean passive) |
Copyright © 2018. All rights reserved.