Sets the value of this Node.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public override void SetValue(
	double node
)
Visual Basic (Declaration)
Public Overrides Sub SetValue ( _
	node As Double _
)
Visual C++
public:
virtual void SetValue(
	double node
) override

Parameters

node
Type: System..::.Double
A double which specifies the new value of this InputNode.

See Also