JMSLTM Numerical Library 4.0

com.imsl.datamining.neural
Class InputNode

java.lang.Object
  extended bycom.imsl.datamining.neural.Node
      extended bycom.imsl.datamining.neural.InputNode
All Implemented Interfaces:
Serializable

public class InputNode
extends Node

A Node in the InputLayer.

InputNodes are not created directly. Instead factory methods in InputLayer are used to create InputNodes within the InputLayer. For example, InputLayer.createInput() creates a single InputNode.

See Also:
Feed Forward Class Example 1, Serialized Form

Method Summary
 double getValue()
          Returns the value of this node.
 void setValue(double value)
          Sets the value of this Node.
 
Methods inherited from class com.imsl.datamining.neural.Node
getLayer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getValue

public double getValue()
Returns the value of this node.

Returns:
A double which contains the value of this InputNode.

setValue

public void setValue(double value)
Sets the value of this Node.

Parameters:
value - A double which specifies the new value of this InputNode.

JMSLTM Numerical Library 4.0

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