AirPLSBaseTerminationRatio Property |
Gets or sets the criterion for terminating the iteration (0..1). Default is 1E-3.
The iterations stops, if the L1 norm of points lying below the baseline is smaller than (TerminationRatio x L1 norm of the original spectrum).
The lower the value of the StopCriterion, the less points will remain below the baseline (and the more iteration it takes).
Namespace: Altaxo.Science.Spectroscopy.BaselineEstimationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double TerminationRatio { get; init; }
Property Value
DoubleExceptions See Also