| 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,
boolean isBlocked,
boolean noTraining) |
Neuron |
Model.initCounterNeuron(Neuron n,
Neuron clockSignal,
boolean dirCS,
Neuron startSignal,
boolean dirSS,
boolean direction)
A counter neuron is used to compute the relational id.
|
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.initRelationalNeuron(Neuron n,
Neuron ctn,
Neuron inputSignal,
boolean dirIS)
A relational neuron combines the relational id created by a counter neuron with an input signal.
|
Neuron |
Model.lookupNeuron(int id) |
| Modifier and Type | Method and Description |
|---|---|
void |
Model.addSynapse(Neuron n,
Input input) |
Neuron |
Model.initCounterNeuron(Neuron n,
Neuron clockSignal,
boolean dirCS,
Neuron startSignal,
boolean dirSS,
boolean direction)
A counter neuron is used to compute the relational id.
|
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.initRelationalNeuron(Neuron n,
Neuron ctn,
Neuron inputSignal,
boolean dirIS)
A relational neuron combines the relational id created by a counter neuron with an input signal.
|
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 bias,
Set<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 bias,
Set<Synapse> inputs) |
static INeuron |
INeuron.readNeuron(DataInput in,
Neuron p) |
| Constructor and Description |
|---|
Synapse(Neuron input) |
Synapse(Neuron input,
Synapse.Key key) |
Copyright © 2017. All rights reserved.