Calculates function value.

Namespace:  AForge.Neuro
Assembly:  AForge.Neuro (in AForge.Neuro.dll) Version: 2.2.4.0 (2.2.4.0)

Syntax

C#
double Function(
	double x
)

Parameters

x
Type: System..::.Double
Function input value.

Return Value

Function output value, f(x).

Remarks

The method calculates function value at point x.

See Also