Click or drag to resize

IBaselineEvaluation Interface

Interface for baseline evaluation algorithms for simple (1D) spectra.

Namespace: Altaxo.Science.Spectroscopy.BaselineEvaluation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IBaselineEvaluation : ISingleSpectrumPreprocessor

The IBaselineEvaluation type exposes the following members.

Methods
 NameDescription
Public methodExecute(Double, MatrixDouble, Int32) Executes the processor for an ensemble of spectra.
(Inherited from ISingleSpectrumPreprocessor)
Public methodExecute(Double, Double, Int32) Executes the processor for a single spectrum.
(Inherited from ISingleSpectrumPreprocessor)
Public methodExecuteForPrediction Executes the prediction algorithm using the specified input features and target values, returning the predicted results for the given regions.
(Inherited from ISingleSpectrumPreprocessor)
Top
Remarks
In contrast to IBaselineEstimation, which evaluates and then subtracts the baseline, IBaselineEvaluation evaluates the baseline itself (i.e., the output is the baseline).
See Also