| Package | Description |
|---|---|
| org.aika.lattice | |
| org.aika.neuron | |
| org.aika.training |
| Modifier and Type | Field and Description |
|---|---|
Synapse.Key |
InputNode.key |
| Modifier and Type | Method and Description |
|---|---|
static InputNode |
InputNode.add(Model m,
Synapse.Key key,
INeuron input) |
| Constructor and Description |
|---|
InputNode(Model m,
Synapse.Key key) |
| Modifier and Type | Field and Description |
|---|---|
Synapse.Key |
Synapse.key |
static Synapse.Key |
Synapse.Key.MAX_KEY |
static Synapse.Key |
Synapse.Key.MIN_KEY |
| Modifier and Type | Field and Description |
|---|---|
TreeMap<Synapse.Key,Provider<InputNode>> |
INeuron.outputNodes |
| Modifier and Type | Method and Description |
|---|---|
Synapse.Key |
Synapse.Key.createInputNodeKey() |
static Synapse.Key |
Synapse.lookupKey(Synapse.Key k) |
static Synapse.Key |
Synapse.Key.read(DataInput in,
Model m) |
| Modifier and Type | Method and Description |
|---|---|
int |
Synapse.Key.compareTo(Synapse.Key k) |
static Synapse |
Synapse.createOrLookup(Synapse.Key synapseKey,
Neuron inputNeuron,
Neuron outputNeuron) |
static Synapse.Key |
Synapse.lookupKey(Synapse.Key k) |
| Constructor and Description |
|---|
Synapse(Neuron input,
Neuron output,
Synapse.Key key) |
| Modifier and Type | Field and Description |
|---|---|
Synapse.Key |
SynapseEvaluation.Result.synapseKey |
| Constructor and Description |
|---|
Result(Synapse.Key synapseKey,
double significance,
boolean deleteIfNull) |
Copyright © 2018. All rights reserved.