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

[Missing <param name="normalizedDistance"/> documentation for "M:MathNet.Numerics.LinearRegression.WeightedRegression.GaussianKernel(System.Double)"]

Return Value

Type: Double

[Missing <returns> documentation for "M:MathNet.Numerics.LinearRegression.WeightedRegression.GaussianKernel(System.Double)"]

See Also