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