GaussianKernel(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 GaussianKernel.
public GaussianKernel (float gamma = 1);
new Microsoft.ML.Transforms.GaussianKernel : single -> Microsoft.ML.Transforms.GaussianKernel
Public Sub New (Optional gamma As Single = 1)
Parameters
- gamma
- Single
The coefficient in the exponent of the kernel function. It should be positive.