JMSLTM Numerical Library 6.0

com.imsl.datamining.neural
Class InputLayer

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

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

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 6.0

Copyright © 1970-2009 Visual Numerics, Inc.
Built September 1 2009.