public class InputLayer extends Layer
InputLayer is automatically
created by Network.Network,
Serialized Form| Modifier and Type | Method and Description |
|---|---|
InputNode |
createInput()
Creates an
InputNode in the InputLayer of the
neural network. |
InputNode[] |
createInputs(int n)
Creates a number of
InputNodes in this Layer
of the neural network. |
Node[] |
getNodes()
Return the
Perceptrons in the InputLayer. |
public InputNode createInput()
InputNode in the InputLayer of the
neural network.public InputNode[] createInputs(int n)
InputNodes in this Layer
of the neural network.n - An int which specifies the number of
InputNodes to be created in this Layer.InputNodes.Copyright © 1970-2015 Rogue Wave Software
Built March 24 2015.