|
SparseSigmoid Constructor (Double, Double)
|
Constructs a Sparse Sigmoid kernel.
Namespace:
Accord.Statistics.Kernels.Sparse
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public SparseSigmoid(
double alpha,
double constant
)
Public Sub New (
alpha As Double,
constant As Double
)
Request Example
View SourceParameters
- alpha
- Type: SystemDouble
Alpha parameter. - constant
- Type: SystemDouble
Constant parameter.
See Also