| Package | Description |
|---|---|
| network.aika | |
| network.aika.lattice | |
| network.aika.neuron | |
| network.aika.neuron.activation | |
| network.aika.neuron.relation |
| Modifier and Type | Method and Description |
|---|---|
Neuron |
Model.createNeuron() |
Neuron |
Model.createNeuron(String label) |
Neuron |
Model.createNeuron(String label,
String outputText) |
Neuron |
Model.lookupNeuron(int id) |
| Modifier and Type | Field and Description |
|---|---|
Neuron |
InputNode.inputNeuron |
Neuron |
OrNode.neuron |
| Modifier and Type | Field and Description |
|---|---|
Neuron |
Synapse.input |
static Neuron |
Neuron.MAX_NEURON |
static Neuron |
Neuron.MIN_NEURON |
Neuron |
Synapse.Builder.neuron |
Neuron |
Synapse.output |
| Modifier and Type | Method and Description |
|---|---|
static Neuron |
Neuron.init(Document doc,
Neuron n,
double bias,
ActivationFunction activationFunction,
INeuron.Type type,
Collection<Neuron.Builder> inputs) |
static Neuron |
Neuron.init(Document doc,
Neuron n,
double bias,
ActivationFunction activationFunction,
INeuron.Type type,
Collection<Synapse.Builder> synapseBuilders,
Collection<Relation.Builder> relationBuilders)
Initializes a neuron with the given bias.
|
static Neuron |
Neuron.init(Document doc,
Neuron n,
double bias,
ActivationFunction activationFunction,
INeuron.Type type,
Neuron.Builder... inputs)
Creates a neuron with the given bias.
|
static Neuron |
Neuron.init(Document doc,
Neuron n,
double bias,
INeuron.Type type,
Neuron.Builder... inputs)
Creates a neuron with the given bias.
|
static Neuron |
Neuron.init(Document doc,
Neuron n,
Neuron.Builder... inputs) |
static Neuron |
Neuron.init(Neuron n,
double bias,
ActivationFunction activationFunction,
INeuron.Type type,
Collection<Neuron.Builder> inputs) |
static Neuron |
Neuron.init(Neuron n,
double bias,
ActivationFunction activationFunction,
INeuron.Type type,
Collection<Synapse.Builder> synapseBuilders,
Collection<Relation.Builder> relationBuilders)
Initializes a neuron with the given bias.
|
static Neuron |
Neuron.init(Neuron n,
double bias,
ActivationFunction activationFunction,
INeuron.Type type,
Neuron.Builder... inputs)
Creates a neuron with the given bias.
|
static Neuron |
Neuron.init(Neuron n,
double bias,
INeuron.Type type,
Collection<Neuron.Builder> inputs) |
static Neuron |
Neuron.init(Neuron n,
double bias,
INeuron.Type type,
Collection<Synapse.Builder> synapseBuilders,
Collection<Relation.Builder> relationBuilders)
Creates a neuron with the given bias.
|
static Neuron |
Neuron.init(Neuron n,
double bias,
INeuron.Type type,
Neuron.Builder... inputs)
Creates a neuron with the given bias.
|
static Neuron |
Neuron.init(Neuron n,
Neuron.Builder... inputs) |
| Modifier and Type | Method and Description |
|---|---|
static Synapse |
Synapse.createOrLookup(Document doc,
Integer synapseId,
Neuron inputNeuron,
Neuron outputNeuron) |
Synapse |
Synapse.Builder.getSynapse(Neuron outputNeuron) |
static Neuron |
Neuron.init(Document doc,
Neuron n,
double bias,
ActivationFunction activationFunction,
INeuron.Type type,
Collection<Neuron.Builder> inputs) |
static Neuron |
Neuron.init(Document doc,
Neuron n,
double bias,
ActivationFunction activationFunction,
INeuron.Type type,
Collection<Synapse.Builder> synapseBuilders,
Collection<Relation.Builder> relationBuilders)
Initializes a neuron with the given bias.
|
static Neuron |
Neuron.init(Document doc,
Neuron n,
double bias,
ActivationFunction activationFunction,
INeuron.Type type,
Neuron.Builder... inputs)
Creates a neuron with the given bias.
|
static Neuron |
Neuron.init(Document doc,
Neuron n,
double bias,
INeuron.Type type,
Neuron.Builder... inputs)
Creates a neuron with the given bias.
|
static Neuron |
Neuron.init(Document doc,
Neuron n,
Neuron.Builder... inputs) |
static Neuron |
Neuron.init(Neuron n,
double bias,
ActivationFunction activationFunction,
INeuron.Type type,
Collection<Neuron.Builder> inputs) |
static Neuron |
Neuron.init(Neuron n,
double bias,
ActivationFunction activationFunction,
INeuron.Type type,
Collection<Synapse.Builder> synapseBuilders,
Collection<Relation.Builder> relationBuilders)
Initializes a neuron with the given bias.
|
static Neuron |
Neuron.init(Neuron n,
double bias,
ActivationFunction activationFunction,
INeuron.Type type,
Neuron.Builder... inputs)
Creates a neuron with the given bias.
|
static Neuron |
Neuron.init(Neuron n,
double bias,
INeuron.Type type,
Collection<Neuron.Builder> inputs) |
static Neuron |
Neuron.init(Neuron n,
double bias,
INeuron.Type type,
Collection<Synapse.Builder> synapseBuilders,
Collection<Relation.Builder> relationBuilders)
Creates a neuron with the given bias.
|
static Neuron |
Neuron.init(Neuron n,
double bias,
INeuron.Type type,
Neuron.Builder... inputs)
Creates a neuron with the given bias.
|
static Neuron |
Neuron.init(Neuron n,
Neuron.Builder... inputs) |
static INeuron |
INeuron.readNeuron(DataInput in,
Neuron p) |
static void |
Neuron.registerPassiveInputNeuron(Neuron n,
PassiveInputFunction f) |
void |
Synapse.Builder.registerSynapseIds(Neuron n) |
void |
Neuron.Builder.registerSynapseIds(Neuron n) |
Synapse.Builder |
Synapse.Builder.setNeuron(Neuron neuron)
Determines the input neuron.
|
| Constructor and Description |
|---|
Synapse(Neuron input,
Neuron output,
Integer id) |
| Modifier and Type | Method and Description |
|---|---|
Neuron |
Activation.getNeuron() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Relation.addRelation(Map<Integer,Relation> relMap,
Integer synId,
Integer targetSynId,
Neuron n,
Relation r) |
void |
Relation.Builder.connect(Neuron n) |
static Map<Integer,Relation> |
Relation.getRelationsMap(int synapseId,
Neuron n) |
abstract void |
Relation.registerRequiredSlots(Neuron input) |
void |
Relation.None.registerRequiredSlots(Neuron input) |
void |
PositionRelation.registerRequiredSlots(Neuron input) |
void |
MultiRelation.registerRequiredSlots(Neuron input) |
void |
AncestorRelation.registerRequiredSlots(Neuron input) |
void |
Relation.Builder.registerSynapseIds(Neuron n) |
Copyright © 2018. All rights reserved.