|
JMSLTM Numerical Library 5.0.1 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.imsl.datamining.neural.Node com.imsl.datamining.neural.InputNode
public class InputNode
A 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
.
Method Summary | |
---|---|
double |
getValue()
Returns the value of this node . |
void |
setValue(double value)
Sets the value of this Node . |
Methods inherited from class com.imsl.datamining.neural.Node |
---|
getLayer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public double getValue()
node
.
double
which contains the value of this
InputNode
.public void setValue(double value)
Node
.
value
- A double
which specifies the new value of
this InputNode
.
|
JMSLTM Numerical Library 5.0.1 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |