Click or drag to resize
Accord.NET (logo)

Sigmoid Constructor (Double, Double)

Constructs a Sigmoid kernel.

Namespace:  Accord.Statistics.Kernels
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public Sigmoid(
	double alpha,
	double constant
)
Request Example View Source

Parameters

alpha
Type: SystemDouble
Alpha parameter. Typically should be set to a small positive value. Default is 0.01.
constant
Type: SystemDouble
Constant parameter. Typically should be set to a negative value. Default is -e (Euler's constant).
See Also