RbfOptions.WithRegularization 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#
public RbfOptions WithRegularization(
	double regularization
)

Parameters

regularization  Double
The new regularization parameter.

Return Value

RbfOptions
A new RbfOptions instance with the specified regularization.

Exceptions

ArgumentOutOfRangeExceptionregularization is negative.

See Also