public class InputNode extends Node
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.
| Modifier and Type | Method and Description |
|---|---|
double |
getValue()
Returns the value of this
node. |
void |
setValue(double value)
Sets the value of this
Node. |
Copyright © 2020 Rogue Wave Software. All rights reserved.