GaussianKernel(Single) 构造函数

定义

创建 GaussianKernel 的新实例。

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

参数

gamma
Single

内核函数指数中的系数。 它应该是积极的。

适用于