Click or drag to resize
Accord.NET (logo)

Gaussian Properties

The Gaussian type exposes the following members.

Properties
  NameDescription
Public propertyGamma
Gets or sets the gamma value for the kernel. When setting gamma, sigma gets updated accordingly (gamma = 0.5/sigma^2).
Public propertySigma
Gets or sets the sigma value for the kernel. When setting sigma, gamma gets updated accordingly (gamma = 0.5/sigma^2).
Public propertySigmaSquared
Gets or sets the sigma² value for the kernel. When setting sigma², gamma gets updated accordingly (gamma = 0.5/sigma²).
Top
See Also