Returns the value of the activation function.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
double G(
	double x
)
Visual Basic (Declaration)
Function G ( _
	x As Double _
) As Double
Visual C++
double G(
	double x
)

Parameters

x
Type: System..::.Double
A double is the point at which the activation function is to be evaluated.

Return Value

A double containing the value of the activation function at x.

See Also