JMSLTM Numerical Library 4.0

com.imsl.datamining.neural
Class InputLayer

java.lang.Object
  extended bycom.imsl.datamining.neural.Layer
      extended bycom.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

Field Summary
static long serialVersionUID
           
 
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
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Method Detail

createInput

public InputNode createInput()
Creates an InputNode in the InputLayer of the neural network.


createInputs

public InputNode[] createInputs(int n)
Creates a number of InputNodes in this Layer of the neural network.

Parameters:
n - An int which specifies the number of InputNodes to be created in this layer.
Returns:
An array containing the created InputNodes.

getNodes

public Node[] getNodes()
Return the Perceptrons in the InputLayer.

Overrides:
getNodes in class Layer
Returns:
An InputNode array containing the Nodes in the InputLayer.

JMSLTM Numerical Library 4.0

Copyright 1970-2006 Visual Numerics, Inc.
Built June 1 2006.