Click or drag to resize
InputNodeSetValue Method
Sets the value of this Node.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public override void SetValue(
	double node
)

Parameters

node
Type: SystemDouble
A double which specifies the new value of this InputNode.
See Also