Initializes a new instance of the SigmoidFunction class.

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

Syntax

C#
public SigmoidFunction(
	double alpha
)

Parameters

alpha
Type: System..::.Double
Sigmoid's alpha value.

See Also