Click or drag to resize

AirPLSBase Properties

The AirPLSBase type exposes the following members.

Properties
 NameDescription
Public propertyLambda Gets the smoothing parameter lambda. The default value is 100. The higher lambda is, the smoother the resulting curve will be.
Public propertyMaximumNumberOfIterations Gets the maximum number of iterations. The default value is 100. Usually, the number of iterations is determined by TerminationRatio, but with this value the maximum number of iterations can be limited.
Public propertyOrder Gets the order of the difference penalty.
Public propertyScaleLambdaWithXUnits Gets a value indicating whether Lambda is scaled with the x-units, so that the effect of baseline estimation is independent of the resolution of the spectrum.
Public propertyTerminationRatio 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).
Top
See Also