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

適用対象