Click or drag to resize
Accord.NET (logo)

GaussianKernel Constructor (Int32)

Initializes a new instance of the GaussianKernel class.

Namespace:  Accord.Statistics.Distributions.DensityKernels
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public GaussianKernel(
	int dimension
)
Request Example View Source

Parameters

dimension
Type: SystemInt32
The desired dimension d.
See Also