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