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