|
JMSLTM Numerical Library 4.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.imsl.datamining.neural.Node
com.imsl.datamining.neural.InputNode
A 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.
| 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 4.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||