| Package | Description |
|---|---|
| org.aika.neuron | |
| org.aika.training |
| Modifier and Type | Method and Description |
|---|---|
Synapse.Builder |
Synapse.Builder.setAbsoluteRid(Integer absoluteRid)
If the absolute relational id (rid) not null, then it is required to match the rid of input activation.
|
Synapse.Builder |
Synapse.Builder.setBias(double bias)
The bias of this input that will later on be added to the neurons bias.
|
Synapse.Builder |
Synapse.Builder.setNeuron(Neuron neuron)
Determines the input neuron.
|
Synapse.Builder |
Synapse.Builder.setRangeMatch(Range.Operator beginToBegin,
Range.Operator endToEnd)
setRangeMatch is just a convenience function to call both
setBeginToBeginRangeMatch and setEndToEndRangeMatch at the same time. |
Synapse.Builder |
Synapse.Builder.setRangeMatch(Range.Relation rr)
setRangeMatch is just a convenience function to call both
setBeginToBeginRangeMatch and setEndToEndRangeMatch at the same time. |
Synapse.Builder |
Synapse.Builder.setRangeOutput(boolean ro)
setRangeOutput is just a convenience function to call setBeginRangeOutput and
setEndRangeOutput at the same time. |
Synapse.Builder |
Synapse.Builder.setRangeOutput(boolean begin,
boolean end)
setRangeOutput is just a convenience function to call setBeginRangeOutput and
setEndRangeOutput at the same time. |
Synapse.Builder |
Synapse.Builder.setRangeOutput(Range.Mapping begin,
Range.Mapping end)
Determines if this input is used to compute the range start of the output activation.
|
Synapse.Builder |
Synapse.Builder.setRangeOutput(Range.Output rangeOutput)
setRangeOutput is just a convenience function to call setBeginRangeOutput and
setEndRangeOutput at the same time. |
Synapse.Builder |
Synapse.Builder.setRecurrent(boolean recurrent)
The property
recurrent specifies if input is a recurrent feedback link. |
Synapse.Builder |
Synapse.Builder.setRelativeRid(Integer relativeRid)
The relative relational id (rid) determines the relative position of this inputs rid with respect to
other inputs of this neuron.
|
Synapse.Builder |
Synapse.Builder.setWeight(double weight)
The synapse weight of this input.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Neuron.addSynapse(Document doc,
Synapse.Builder input) |
void |
Neuron.addSynapse(Synapse.Builder input) |
int |
Synapse.Builder.compareTo(Synapse.Builder in) |
static Neuron |
Neuron.init(Document doc,
Neuron n,
double bias,
INeuron.Type type,
Synapse.Builder... inputs)
Creates a neuron with the given bias.
|
static Neuron |
Neuron.init(Document doc,
Neuron n,
double bias,
String activationFunctionKey,
INeuron.Type type,
Synapse.Builder... inputs)
Creates a neuron with the given bias.
|
static Neuron |
Neuron.init(Neuron n,
double bias,
INeuron.Type type,
Synapse.Builder... inputs)
Creates a neuron with the given bias.
|
static Neuron |
Neuron.init(Neuron n,
double bias,
String activationFunctionKey,
INeuron.Type type,
Synapse.Builder... inputs)
Creates a neuron with the given bias.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Neuron.init(Document doc,
double bias,
String activationFunctionKey,
INeuron.Type type,
Collection<Synapse.Builder> inputs) |
static Neuron |
Neuron.init(Document doc,
Neuron n,
double bias,
String activationFunctionKey,
INeuron.Type type,
Collection<Synapse.Builder> inputs)
Initializes a neuron with the given bias.
|
boolean |
Neuron.init(double bias,
String activationFunctionKey,
INeuron.Type type,
Collection<Synapse.Builder> inputs)
Initializes a neuron with the given bias.
|
static Neuron |
Neuron.init(Neuron n,
double bias,
INeuron.Type type,
Collection<Synapse.Builder> inputs)
Creates a neuron with the given bias.
|
static Neuron |
Neuron.init(Neuron n,
double bias,
String activationFunctionKey,
INeuron.Type type,
Collection<Synapse.Builder> inputs)
Initializes a neuron with the given bias.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
MetaSynapse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Neuron |
MetaNetwork.initMetaNeuron(Model m,
Neuron n,
double bias,
double metaBias,
Synapse.Builder... inputs) |
Copyright © 2018. All rights reserved.