| Package | Description |
|---|---|
| org.aika.neuron |
| 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 |
|---|---|
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,
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,
Collection<Synapse.Builder> inputs)
Initializes 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.
|
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,
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,
Collection<Synapse.Builder> inputs)
Initializes 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.
|
Copyright © 2018. All rights reserved.