public abstract class Layer extends Object implements Serializable
Layers in a neural network.InputLayer,
HiddenLayer,
HiddenLayer,
Serialized Form| Modifier | Constructor and Description |
|---|---|
protected |
Layer(FeedForwardNetwork network)
Constructs a
Layer. |
protected Layer(FeedForwardNetwork network)
Layer.network - The FeedForwardNetwork to which this
Layer is to be associated.protected void addNode(Node node)
Perceptron with this Layer.node - A Node to associate with this
Layer.public int getIndex()
Layer.int which contains the value of property
index.public Node[] getNodes()
Perceptrons in this
Layer.Nodes associated with this
Layer.Copyright © 1970-2015 Rogue Wave Software
Built March 24 2015.