com.imsl.datamining.neural
Class InputLayer
java.lang.Object
com.imsl.datamining.neural.Layer
com.imsl.datamining.neural.InputLayer
- All Implemented Interfaces:
- Serializable
public class InputLayer
- extends Layer
Input layer in a neural network. An InputLayer
is automatically
created by Network
.
- See Also:
- Feed Forward Class Example 1,
Network
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
createInput
public InputNode createInput()
- Creates an
InputNode
in the InputLayer
of the
neural network.
createInputs
public InputNode[] createInputs(int n)
- Creates a number of
InputNode
s in this Layer
of the neural network.
- Parameters:
n
- An int
which specifies the number of
InputNode
s to be created in this Layer
.
- Returns:
- An array containing the created
InputNode
s.
getNodes
public Node[] getNodes()
- Return the
Perceptron
s in the InputLayer
.
- Overrides:
getNodes
in class Layer
- Returns:
- An
InputNode
array containing the Node
s
in the InputLayer
.
Copyright © 1970-2008 Visual Numerics, Inc.
Built July 8 2008.