Click or drag to resize
Accord.NET (logo)

BipolarSigmoidFunctionAlpha Property

Sigmoid's alpha value.

Namespace:  Accord.Neuro
Assembly:  Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax
public double Alpha { get; set; }
Request Example View Source

Property Value

Type: Double
Remarks

The value determines steepness of the function. Increasing value of this property changes sigmoid to look more like a threshold function. Decreasing value of this property makes sigmoid to be very smooth (slowly growing from its minimum value to its maximum value).

Default value is set to 2.

See Also