public abstract class Node extends Object implements Serializable
Node in a neural network.
Node is an abstract class that serves as the base class for
the concrete classes InputNode and Perceptron.
InputNode,
Perceptron,
Serialized Formpublic Layer getLayer()
Layer in which this Node exists.Layer associated with this Node.Copyright © 1970-2015 Rogue Wave Software
Built March 24 2015.