| Package | Description |
|---|---|
| network.aika.neuron |
| Modifier and Type | Field and Description |
|---|---|
INeuron.LogicType |
INeuron.logicType |
| Modifier and Type | Method and Description |
|---|---|
static INeuron.LogicType |
INeuron.LogicType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static INeuron.LogicType[] |
INeuron.LogicType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Neuron.init(Document doc,
double bias,
ActivationFunction activationFunction,
INeuron.Type type,
INeuron.LogicType logicType,
List<Synapse.Builder> inputs) |
static Neuron |
Neuron.init(Document doc,
Neuron n,
double bias,
ActivationFunction activationFunction,
INeuron.Type type,
INeuron.LogicType logicType,
List<Synapse.Builder> inputs)
Initializes a neuron with the given bias.
|
static Neuron |
Neuron.init(Document doc,
Neuron n,
double bias,
ActivationFunction activationFunction,
INeuron.Type type,
INeuron.LogicType logicType,
Synapse.Builder... inputs)
Creates a neuron with the given bias.
|
static Neuron |
Neuron.init(Document doc,
Neuron n,
double bias,
INeuron.Type type,
INeuron.LogicType logicType,
Synapse.Builder... inputs)
Creates a neuron with the given bias.
|
boolean |
Neuron.init(double bias,
ActivationFunction activationFunction,
INeuron.Type type,
INeuron.LogicType logicType,
List<Synapse.Builder> inputs)
Initializes a neuron with the given bias.
|
static Neuron |
Neuron.init(Neuron n,
double bias,
ActivationFunction activationFunction,
INeuron.Type type,
INeuron.LogicType logicType,
List<Synapse.Builder> inputs)
Initializes a neuron with the given bias.
|
static Neuron |
Neuron.init(Neuron n,
double bias,
ActivationFunction activationFunction,
INeuron.Type type,
INeuron.LogicType logicType,
Synapse.Builder... inputs)
Creates a neuron with the given bias.
|
static Neuron |
Neuron.init(Neuron n,
double bias,
INeuron.Type type,
INeuron.LogicType logicType,
List<Synapse.Builder> inputs)
Creates a neuron with the given bias.
|
static Neuron |
Neuron.init(Neuron n,
double bias,
INeuron.Type type,
INeuron.LogicType logicType,
Synapse.Builder... inputs)
Creates a neuron with the given bias.
|
Copyright © 2018. All rights reserved.