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.0.0

Syntax

C#
public override double GetValue()
Visual Basic (Declaration)
Public Overrides Function GetValue As Double
Visual C++
public:
virtual double GetValue() override

Return Value

A double value of the OutputPerceptron determined using the current Network state and inputs.

See Also