Click or drag to resize

IEnsembleMeanScalePreprocessor Interface

Interface to spectral preprocessing that processes multiple spectra together.

Namespace: Altaxo.Science.Spectroscopy.EnsembleMeanScale
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IEnsembleMeanScalePreprocessor

The IEnsembleMeanScalePreprocessor type exposes the following members.

Methods
 NameDescription
Public methodProcess Processes multiple spectra together.
Public methodProcessForPrediction Processes the spectra for prediction. For prediction it is neccessary to use the previously (by Process(IMatrixDouble, Int32, IVectorDouble, IVectorDouble)) evaluated spectral mean and scale values, in order to have the same treatment to the spectra as before.
Top
See Also