Click or drag to resize
Accord.NET (logo)

SparseGaussian Properties

The SparseGaussian 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).
Top
See Also