Click or drag to resize
InputNodeGetValue Method
Returns the value of this Node.

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

Return Value

Type: Double
A double which contains the value of this InputNode.
See Also