Rbf Options.With Regularization Method
Creates a copy of this RbfOptions with a different regularization parameter.
Definition
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
C#
A new RbfOptions instance with the specified regularization.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
public RbfOptions WithRegularization(
double regularization
)Parameters
- regularization Double
- The new regularization parameter.
Return Value
RbfOptionsA new RbfOptions instance with the specified regularization.
Exceptions
| Argument | regularization is negative. |