| Package | Description |
|---|---|
| org.aika.network.neuron | |
| org.aika.network.neuron.recurrent |
| Modifier and Type | Field and Description |
|---|---|
RecurrentNode.RecurrentType |
Synapse.recurrentType |
| Constructor and Description |
|---|
Synapse(Neuron input,
RecurrentNode.RecurrentType recurrentType) |
| Modifier and Type | Method and Description |
|---|---|
static RecurrentNode.RecurrentType |
RecurrentNode.RecurrentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecurrentNode.RecurrentType[] |
RecurrentNode.RecurrentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.