Click or drag to resize

ISingleSpectrumPreprocessor Interface

Interface to a class that is able to pre-process a single spectrum. The convention is: if data needs to be changed in an array, a new instance must be allocated for this.

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

The ISingleSpectrumPreprocessor type exposes the following members.

Methods
 NameDescription
Public methodExecute(Double, MatrixDouble, Int32) Executes the processor for an ensemble of spectra.
Public methodExecute(Double, Double, Int32) Executes the processor for a single spectrum.
Public methodExecuteForPrediction Executes the prediction algorithm using the specified input features and target values, returning the predicted results for the given regions.
Top
See Also