|
GaussianFunction Constructor (Double)
|
Namespace:
Accord.Neuro.ActivationFunctions
Assembly:
Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax public GaussianFunction(
double alpha
)
Public Sub New (
alpha As Double
)
Request Example
View SourceParameters
- alpha
- Type: SystemDouble
The linear slope value. Default is 1.
See Also