Delen via


GaussianKernel(Single) Constructor

Definition

Create a new instance of a GaussianKernel.

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

Parameters

gamma
Single

The coefficient in the exponent of the kernel function. It should be positive.

Applies to