| OutputPerceptronGetValue Method |
Returns the value of the output perceptron determined using the
current Network state and inputs.
Namespace: Imsl.DataMining.NeuralAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic override double GetValue()
Public Overrides Function GetValue As Double
public:
virtual double GetValue() override
abstract GetValue : unit -> float
override GetValue : unit -> float
Return Value
Type:
Double
A
double value of the
OutputPerceptron determined using the
current
Network state and inputs.
See Also