Radial Basis Function.Has Compact Support 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.1.0
C#
true if the kernel is zero beyond a finite radius; otherwise, false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
public virtual bool HasCompactSupport { get; }Property Value
Booleantrue 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.