Click or drag to resize

ArPLSBaseTerminationRatio Property

Gets the criterion for terminating the iteration (0..1). The default is 0.05. The iteration stops if the L2 norm of the differences between the actual and the previous weights falls below (TerminationRatio × L2 norm of the previous weights). The lower the value is, the more iterations will be executed.

Namespace: Altaxo.Science.Spectroscopy.BaselineEstimation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public double TerminationRatio { get; init; }

Property Value

Double
Exceptions
ExceptionCondition
ArgumentExceptionValue must be > 0 and < 1.
See Also