Sets the value of this
Node.
Namespace: Imsl.DataMining.NeuralAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic override void SetValue(
double node
)
Public Overrides Sub SetValue (
node As Double
)
public:
virtual void SetValue(
double node
) override
abstract SetValue :
node : float -> unit
override SetValue :
node : float -> unit Parameters
- node
- Type: SystemDouble
A double which specifies the new value of this
InputNode.
See Also