Click or drag to resize
Accord.NET (logo)

TaylorGaussianGaussian Property

Gets or sets the Gaussian kernel being approximated by this Taylor expansion.

Namespace:  Accord.Statistics.Kernels
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public Gaussian Gaussian { get; set; }
Request Example View Source

Property Value

Type: Gaussian
See Also