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.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