Click or drag to resize

IMultivariatePreprocessingModel Interface

Contains the basic data that were obtained during preprocessing.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public interface IMultivariatePreprocessingModel

The IMultivariatePreprocessingModel type exposes the following members.

Properties
 NameDescription
Public propertyPreprocessEnsembleOfSpectra Gets the preprocessing operation applied to an ensemble of spectra (mean/scale preprocessing).
Public propertyPreprocessSingleSpectrum Gets the preprocessing operation applied to a single spectrum.
Public propertySpectralRegions Gets the spectral regions used in preprocessing.
Public propertyXMean Gets the mean values of X used for centering during preprocessing.
Public propertyXOfX Gets the X axis values corresponding to the columns of the (unprocessed) spectral matrix.
Public propertyXScale Gets the scaling factors of X used during preprocessing.
Public propertyYMean Gets the mean values of Y used for centering during preprocessing.
Public propertyYScale Gets the scaling factors of Y used during preprocessing.
Top
See Also