Click or drag to resize
Accord.NET (logo)

TaylorGaussian Constructor (Gaussian, Int32)

Constructs a new TaylorGaussian kernel with the given sigma.

Namespace:  Accord.Statistics.Kernels
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public TaylorGaussian(
	Gaussian gaussian,
	int degree = 1024
)
Request Example View Source

Parameters

gaussian
Type: Accord.Statistics.KernelsGaussian
The original Gaussian kernel to be approximated.
degree (Optional)
Type: SystemInt32
The Gaussian approximation degree. Default is 1024.
See Also