Click or drag to resize
Accord.NET (logo)

GaussianFromGamma Method

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

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

Parameters

gamma
Type: SystemDouble
The kernel's gamma parameter.

Return Value

Type: Gaussian
See Also