|
JMSLTM Numerical Library 6.1 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.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 Form| Method Summary | |
|---|---|
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. |
| 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)
InputNodes in this Layer
of the neural network.
n - An int which specifies the number of
InputNodes to be created in this Layer.
InputNodes.public Node[] getNodes()
Perceptrons in the InputLayer.
getNodes in class LayerInputNode array containing the Nodes
in the InputLayer.
|
JMSLTM Numerical Library 6.1 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||