Package com.imsl.datamining.neural
Class Node
java.lang.Object
com.imsl.datamining.neural.Node
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InputNode,Perceptron
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:
-
Method Summary
-
Method Details
-
getLayer
Returns theLayerin which thisNodeexists.- Returns:
- The
Layerassociated with thisNode.
-