LaplacianKernel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Laplacian kernel.
public sealed class LaplacianKernel : Microsoft.ML.Transforms.KernelBase
type LaplacianKernel = class
inherit KernelBase
Public NotInheritable Class LaplacianKernel
Inherits KernelBase
- Inheritance
Remarks
- The Laplacian kernel is defined as $k(x,y)=\exp(-a||x-y||)$.
Constructors
LaplacianKernel(Single) |
Create a new instance of a LaplacianKernel. |