共用方式為


LaplacianKernel 類別

定義

Laplacian 核心。

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

備註

  • Laplacian 核心定義為 $k (x,y) =\exp (-a||x-y||) $.

建構函式

LaplacianKernel(Single)

建立 LaplacianKernel 的新實例。

適用於