LaplacianKernel(Single) Constructor
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.
Create a new instance of a LaplacianKernel.
public LaplacianKernel (float a = 1);
new Microsoft.ML.Transforms.LaplacianKernel : single -> Microsoft.ML.Transforms.LaplacianKernel
Public Sub New (Optional a As Single = 1)
Parameters
- a
- Single
The coefficient in the exponent of the kernel function.