Click or drag to resize
WeightedRegressionGaussianKernel Method

Note: This API is now obsolete.

Namespace: MathNet.Numerics.LinearRegression
Assembly: MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax
C#
[ObsoleteAttribute("Warning: This function is here to stay but will likely be refactored and/or moved to another place. Opting out from semantic versioning.")]
public static double GaussianKernel(
	double normalizedDistance
)

Parameters

normalizedDistance
Type: SystemDouble

Return Value

Type: Double
See Also