RadialBasisFunction.IsCompactSupport Property

Gets a value indicating whether this kernel has compact support.

Definition

Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
C#
public virtual bool IsCompactSupport { get; }

Property Value

Boolean
true if the kernel is zero beyond a finite radius; otherwise, false.

Remarks

Kernels with compact support are zero beyond SupportRadius, which can improve computational efficiency for large datasets.

See Also