Radial Basis Function.Support Radius Property
Gets the support radius of the kernel.
Definition
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
C#
The radius beyond which the kernel is zero for compact support kernels; PositiveInfinity for kernels with infinite support.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
public virtual double SupportRadius { get; }Property Value
DoubleThe radius beyond which the kernel is zero for compact support kernels; PositiveInfinity for kernels with infinite support.
Remarks
For kernels with compact support (HasCompactSupport is true), this property specifies the radius r₀ such that φ(r) = 0 for all r > r₀.
For kernels with infinite support, this property returns PositiveInfinity.