RadialBasisFunction.SupportRadius 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#
public virtual double SupportRadius { get; }

Property Value

Double
The 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.

See Also