Click or drag to resize
IActivationG Method
Returns the value of the activation function.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
double G(
	double x
)

Parameters

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

Return Value

Type: Double
A double containing the value of the activation function at x.
See Also