AirPLSBaseTerminationRatio Property |
Gets the criterion for terminating the iteration (0..1). The default is 1E-3.
The iteration stops if the L1 norm of points lying below the baseline is smaller than
(TerminationRatio × L1 norm of the original spectrum).
The lower the stop criterion value is, the fewer points will remain below the baseline (at the cost of more iterations).
Namespace: Altaxo.Science.Spectroscopy.BaselineEstimationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic double TerminationRatio { get; init; }Property Value
Double
Exceptions
See Also