Rbf Options Class
Provides options for radial basis function (RBF) interpolation.
Definition
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
public class RbfOptions- Inheritance
- Object → RbfOptions
Remarks
This class encapsulates the parameters needed to configure RBF interpolation, including the kernel type and regularization.
Constructors
| Rbf | Initializes a new instance of the RbfOptions class with default settings. |
| Rbf | Initializes a new instance of the RbfOptions class with the specified parameters. |
Properties
| Kernel | Gets the RBF kernel to use for interpolation. |
| Regularization | Gets the regularization parameter λ. |
Methods
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| Get | Serves as the default hash function. (Inherited from Object) |
| Get | Gets the Type of the current instance. (Inherited from Object) |
| Memberwise | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| With | Creates a copy of this RbfOptions with a different kernel. |
| With | Creates a copy of this RbfOptions with a different regularization parameter. |