| Package | Description |
|---|---|
| network.aika | |
| network.aika.neuron | |
| network.aika.neuron.activation | |
| network.aika.training |
| 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,
Synapse.Key k,
Map<Integer,Relation> relations,
DistanceFunction distFunc,
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 | Method and Description |
|---|---|
static boolean |
INeuron.update(int threadId,
Document doc,
Neuron pn,
Double bias,
Collection<Synapse> modifiedSynapses) |
| Modifier and Type | Field and Description |
|---|---|
Synapse |
Activation.Link.synapse |
| Constructor and Description |
|---|
Link(Synapse s,
Activation input,
Activation output) |
| Modifier and Type | Method and Description |
|---|---|
void |
SynapseEvaluation.DeleteMode.checkIfDelete(Synapse s,
boolean delete) |
SynapseEvaluation.Result |
SynapseEvaluation.evaluate(Synapse s,
Activation iAct,
Activation oAct)
Determines whether a synapse should be created between two neurons during training.
|
Copyright © 2018. All rights reserved.