|
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
)
Public Sub New (
alpha As Double,
constant As Double
)
Request Example
View SourceParameters
- 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