| Package | Description |
|---|---|
| network.aika.neuron | |
| network.aika.training |
| Modifier and Type | Field and Description |
|---|---|
Synapse.Key |
Synapse.key |
| Modifier and Type | Method and Description |
|---|---|
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(Document doc,
Integer synapseId,
Synapse.Key k,
Map<Integer,Relation> relations,
DistanceFunction distFunc,
Neuron inputNeuron,
Neuron outputNeuron) |
static Synapse.Key |
Synapse.lookupKey(Synapse.Key k) |
| Constructor and Description |
|---|
Synapse(Neuron input,
Neuron output,
Integer id,
Synapse.Key key,
Map<Integer,Relation> relations,
DistanceFunction distanceFunction) |
| Modifier and Type | Field and Description |
|---|---|
Synapse.Key |
SynapseEvaluation.Result.synapseKey |
| Constructor and Description |
|---|
Result(Synapse.Key synapseKey,
Map<Integer,Relation> relations,
DistanceFunction distanceFunction,
double significance,
SynapseEvaluation.DeleteMode deleteMode) |
Copyright © 2018. All rights reserved.