GaussianTDistance Properties |
The GaussianTDistance generic type exposes the following members.
Name | Description | |
---|---|---|
Gamma |
Gets or sets the gamma value for the kernel. When setting
gamma, sigma gets updated accordingly (gamma = 0.5/sigma^2).
| |
Sigma |
Gets or sets the sigma value for the kernel. When setting
sigma, gamma gets updated accordingly (gamma = 0.5/sigma^2).
| |
SigmaSquared |
Gets or sets the sigma² value for the kernel. When setting
sigma², gamma gets updated accordingly (gamma = 0.5/sigma²).
|