Delen via


LaplacianKernel(Single) Constructor

Definition

Create a new instance of a LaplacianKernel.

public LaplacianKernel (float a = 1);
new Microsoft.ML.Transforms.LaplacianKernel : single -> Microsoft.ML.Transforms.LaplacianKernel
Public Sub New (Optional a As Single = 1)

Parameters

a
Single

The coefficient in the exponent of the kernel function.

Applies to