| Package | Description |
|---|---|
| network.aika.neuron | |
| network.aika.neuron.relation |
| Modifier and Type | Method and Description |
|---|---|
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(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,
INeuron.Type type,
Collection<Synapse.Builder> synapseBuilders,
Collection<Relation.Builder> relationBuilders)
Creates a neuron with the given bias.
|
| Modifier and Type | Method and Description |
|---|---|
Relation.Builder |
Relation.Builder.setFrom(int synapseId)
This parameter allows to specify whether the relations connected to thy synapse refer to the activation of the
input neuron (that's the default) or if the should refer to one of the input activations of the input neuron.
|
Relation.Builder |
Relation.Builder.setRelation(Relation rel) |
Relation.Builder |
Relation.Builder.setTo(int synapseId) |
Copyright © 2018. All rights reserved.