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의 새 인스턴스를 만듭니다.

적용 대상