Click or drag to resize
Accord.NET (logo)

GaussianFunction Constructor (Double, DoubleRange)

Initializes a new instance of the GaussianFunction class.

Namespace:  Accord.Neuro.ActivationFunctions
Assembly:  Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax
public GaussianFunction(
	double alpha,
	DoubleRange range
)
Request Example View Source

Parameters

alpha
Type: SystemDouble
range
Type: AccordDoubleRange
See Also