Click or drag to resize
Accord.NET (logo)

TaylorGaussian Constructor (Double, 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(
	double sigma,
	int degree = 1024
)
Request Example View Source

Parameters

sigma
Type: SystemDouble
The kernel's sigma parameter.
degree (Optional)
Type: SystemInt32
The Gaussian approximation degree. Default is 1024.
See Also