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

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

Parameters

node
Type: SystemDouble
A double which specifies a value for the Node.
See Also