Package | Description |
---|---|
org.encog.neural.flat | |
org.encog.neural.networks.layers |
Modifier and Type | Method and Description |
---|---|
FlatLayer |
FlatLayer.getContextFedBy() |
Modifier and Type | Method and Description |
---|---|
void |
FlatNetwork.init(FlatLayer[] layers)
Construct a flat network.
|
void |
FlatLayer.setContextFedBy(FlatLayer from)
Set the layer that this layer's context is fed by.
|
Constructor and Description |
---|
FlatNetwork(FlatLayer[] layers)
Create a flat network from an array of layers.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicLayer
Basic functionality that most of the neural layers require.
|
Copyright © 2014. All Rights Reserved.