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 FormModifier and Type | Method and Description |
---|---|
Layer |
getLayer()
Returns the
Layer in which this Node exists. |
public Layer getLayer()
Layer
in which this Node
exists.Layer
associated with this Node
.Copyright © 2020 Rogue Wave Software. All rights reserved.