public class InputNode extends Node
Node
in the InputLayer
.
InputNode
s are not created directly. Instead factory methods
in InputLayer
are used to create InputNode
s 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.