Sets the value of this Node.

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

Syntax

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

Parameters

node
Type: System..::.Double
A double which specifies a value for the Node.

See Also