Click or drag to resize

ISpikeRemoval Interface

Interface to a class that can remove spikes from a spectrum.

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

The ISpikeRemoval 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
Implementations of this interface provide algorithms to detect and remove isolated spikes from single-spectrum data. Implementations typically operate on x/y arrays and may restrict processing to specified regions.
See Also