public class InputLayer extends Layer
InputLayer
is automatically
created by Network
.Network
,
Serialized FormModifier 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
InputNode s in this Layer
of the neural network. |
Node[] |
getNodes()
Return the
Perceptron s in the InputLayer . |
public InputNode createInput()
InputNode
in the InputLayer
of the
neural network.public InputNode[] createInputs(int n)
InputNode
s in this Layer
of the neural network.n
- An int
which specifies the number of
InputNode
s to be created in this Layer
.InputNode
s.Copyright © 2020 Rogue Wave Software. All rights reserved.