Click or drag to resize

ArPLSBaseTerminationRatio Property

Gets or sets the criterion for terminating the iteration (0..1). Default is 0.05. The iterations stops, if the L2 norm of the differences between actual and previous weights falls below (TerminationRatio x 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.3179.0 (4.8.3179.0)
Syntax
C#
public double TerminationRatio { get; init; }

Property Value

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