LaplacianKernel Class

Definition

The Laplacian kernel.

public sealed class LaplacianKernel : Microsoft.ML.Transforms.KernelBase
type LaplacianKernel = class
    inherit KernelBase
Public NotInheritable Class LaplacianKernel
Inherits KernelBase
Inheritance
LaplacianKernel

Remarks

  • The Laplacian kernel is defined as $k(x,y)=\exp(-a||x-y||)$.

Constructors

LaplacianKernel(Single)

Create a new instance of a LaplacianKernel.

Applies to