| Package | Description |
|---|---|
| org.aika | |
| org.aika.lattice | |
| org.aika.neuron |
| Modifier and Type | Method and Description |
|---|---|
Neuron |
Model.createNeuron() |
Neuron |
Model.createNeuron(String label) |
Neuron |
Model.createNeuron(String label,
String outputText) |
Neuron |
Model.initNeuron(Neuron n,
double bias,
Collection<Input> inputs)
Creates a neuron with the given bias.
|
Neuron |
Model.initNeuron(Neuron n,
double bias,
Input... inputs)
Creates a neuron with the given bias.
|
Neuron |
Model.lookupNeuron(int id) |
| Modifier and Type | Method and Description |
|---|---|
void |
Model.addSynapse(Neuron n,
Input input) |
Neuron |
Model.initNeuron(Neuron n,
double bias,
Collection<Input> inputs)
Creates a neuron with the given bias.
|
Neuron |
Model.initNeuron(Neuron n,
double bias,
Input... inputs)
Creates a neuron with the given bias.
|
Input |
Input.setNeuron(Neuron neuron)
Determines the input neuron.
|
| Modifier and Type | Field and Description |
|---|---|
Neuron |
InputNode.inputNeuron |
Neuron |
OrNode.neuron |
| Modifier and Type | Method and Description |
|---|---|
Synapse |
InputNode.getSynapse(Integer rid,
Neuron outputNeuron) |
Synapse |
AndNode.Refinement.getSynapse(Integer offset,
Neuron n) |
| Modifier and Type | Field and Description |
|---|---|
Neuron |
Synapse.input |
Neuron |
Synapse.output |
| Modifier and Type | Method and Description |
|---|---|
static Neuron |
INeuron.init(Model m,
int threadId,
Neuron pn,
double biasDelta,
Collection<Synapse> inputs) |
| Modifier and Type | Method and Description |
|---|---|
static INeuron |
INeuron.addSynapse(Model m,
int threadId,
Neuron pn,
double biasDelta,
Synapse s) |
static Neuron |
INeuron.init(Model m,
int threadId,
Neuron pn,
double biasDelta,
Collection<Synapse> inputs) |
static INeuron |
INeuron.readNeuron(DataInput in,
Neuron p) |
| Constructor and Description |
|---|
Synapse(Neuron input,
Neuron output) |
Synapse(Neuron input,
Neuron output,
Synapse.Key key) |
Copyright © 2017. All rights reserved.