Click or drag to resize
OutputPerceptronGetValue Method
Returns the value of the output perceptron determined using the current Network state and inputs.

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 value of the OutputPerceptron determined using the current Network state and inputs.
See Also