| Package | Description |
|---|---|
| network.aika.neuron | |
| network.aika.neuron.relation |
| Modifier and Type | Class and Description |
|---|---|
static class |
Synapse.Builder
The
Builder class is just a helper class which is used to initialize a neuron. |
| Modifier and Type | Method and Description |
|---|---|
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(Document doc,
Neuron n,
Neuron.Builder... inputs) |
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,
Neuron.Builder... inputs)
Creates a neuron with the given bias.
|
static Neuron |
Neuron.init(Neuron n,
Neuron.Builder... inputs) |
| 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(Neuron n,
double bias,
ActivationFunction activationFunction,
INeuron.Type type,
Collection<Neuron.Builder> inputs) |
static Neuron |
Neuron.init(Neuron n,
double bias,
INeuron.Type type,
Collection<Neuron.Builder> inputs) |
| Modifier and Type | Class and Description |
|---|---|
static class |
Relation.Builder |
Copyright © 2018. All rights reserved.