JMSLTM Numerical Library 4.0

com.imsl.datamining.neural
Class Node

java.lang.Object
  extended bycom.imsl.datamining.neural.Node
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InputNode, Perceptron

public abstract class Node
extends Object
implements Serializable

A Node in a neural network.

Node is an abstract class that serves as the base class for the concrete classes InputNode and Perceptron.

See Also:
InputNode, Perceptron, Serialized Form

Method Summary
 Layer getLayer()
          Returns the Layer in which this Node exists.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLayer

public Layer getLayer()
Returns the Layer in which this Node exists.

Returns:
The Layer associated with this Node.

JMSLTM Numerical Library 4.0

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