GaussianKernel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Gaussian kernel.
public sealed class GaussianKernel : Microsoft.ML.Transforms.KernelBase
type GaussianKernel = class
inherit KernelBase
Public NotInheritable Class GaussianKernel
Inherits KernelBase
- Inheritance
Remarks
- The Gaussian kernel is defined as $k(x,y) = \exp(-\gamma||x-y||^2)$.
Constructors
GaussianKernel(Single) |
Create a new instance of a GaussianKernel. |