|
JMSLTM Numerical Library 6.1 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.imsl.datamining.neural.Layer com.imsl.datamining.neural.InputLayer
public class InputLayer
Input layer in a neural network. An InputLayer
is automatically
created by Network
.
Network
,
Serialized FormMethod Summary | |
---|---|
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 . |
Methods inherited from class com.imsl.datamining.neural.Layer |
---|
addNode, getIndex |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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.public Node[] getNodes()
Perceptron
s in the InputLayer
.
getNodes
in class Layer
InputNode
array containing the Node
s
in the InputLayer
.
|
JMSLTM Numerical Library 6.1 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |