Click or drag to resize
Accord.NET (logo)

Gaussian Constructor

Constructs a new Gaussian Kernel with a given sigma value. To construct from a gamma value, use the FromGamma(Double) named constructor instead.

Namespace:  Accord.Statistics.Kernels
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public Gaussian(
	double sigma
)
Request Example View Source

Parameters

sigma
Type: SystemDouble
The kernel's sigma parameter.
See Also