RbfOptions.Kernel Property

Gets the RBF kernel to use for interpolation.

Definition

Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
C#
public RadialBasisFunction Kernel { get; }

Property Value

RadialBasisFunction
The RBF kernel.

See Also