Kernel.KernelFunction Property

Gets the function that evaluates the kernel.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Func<double, double> KernelFunction { get; }

Property Value

Func<Double, Double>

See Also