| Package | Description |
|---|---|
| network.aika.neuron | |
| network.aika.neuron.activation |
| Modifier and Type | Field and Description |
|---|---|
INeuron.Type |
INeuron.type |
| Modifier and Type | Method and Description |
|---|---|
static INeuron.Type |
INeuron.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static INeuron.Type[] |
INeuron.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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(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.
|
| Modifier and Type | Method and Description |
|---|---|
INeuron.Type |
Activation.getType() |
Copyright © 2018. All rights reserved.