LaplacianKernel クラス

定義

ラプラシアン カーネル。

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 の新しいインスタンスを作成します。

適用対象